mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
init
This commit is contained in:
15
lang/cht/lang_shoutbox.php
Normal file
15
lang/cht/lang_shoutbox.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
$lang_shoutbox = array
|
||||
(
|
||||
'text_del' => "刪",
|
||||
'std_access_denied' => "拒絕訪問",
|
||||
'std_access_denied_note' => "游客不允許查看該頁面。",
|
||||
'text_to_guest' => "對<b>游客</b>說",
|
||||
'text_guest' => "<b>游客</b>",
|
||||
'text_ago' => "前",
|
||||
'text_helpbox_disabled' => "求助區當前關閉中。你在搞什麼鬼?",
|
||||
'text_no_permission_to_shoutbox' => "你沒有在群聊區發言的權力。你在搞什麼鬼?",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user