mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$lang_deletemessage = array
|
||||
(
|
||||
'std_bad_message_id' => "錯誤短訊ID",
|
||||
'std_not_suggested' => "如果我是你,我不會這麼做...",
|
||||
'std_not_in_inbox' => "你的收件箱中沒有該短訊。",
|
||||
'std_not_in_sentbox' => "你的發件箱中沒有該短訊。",
|
||||
'std_unknown_pm_type' => "未知短訊類型。"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user