mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
7 lines
231 B
PHP
7 lines
231 B
PHP
|
|
<?php
|
||
|
|
return [
|
||
|
|
'content_help' => '在這裏你可以使用 BBCode 標籤代碼,以及以下佔位符',
|
||
|
|
'register_welcome' => '注冊成功歡迎信息',
|
||
|
|
'register_welcome_content_help' => ':username => 用戶名',
|
||
|
|
];
|