mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
7 lines
235 B
PHP
7 lines
235 B
PHP
|
|
<?php
|
||
|
|
return [
|
||
|
|
'content_help' => 'Her kan du bruke BBCode koder og følgende plassholdere',
|
||
|
|
'register_welcome' => 'Registrering suksessfull velkomstmelding',
|
||
|
|
'register_welcome_content_help' => ':username => brukernavn',
|
||
|
|
];
|