mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
$lang_takecontact = array
|
||||
(
|
||||
'std_error' => "错误",
|
||||
'std_method' => "方式",
|
||||
'std_please_enter_something' => "请填写内容!",
|
||||
'std_please_define_subject' => "你必须输入标题!",
|
||||
'std_message_flooding' => "不允许滥发短讯,请在",
|
||||
'std_second' => "秒",
|
||||
'std_s' => "",
|
||||
'std_before_sending_pm' => "后重试。",
|
||||
'std_succeeded' => "成功",
|
||||
'std_message_succesfully_sent' => "短讯成功发送!"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user