Files
nexusphp/lang/chs/lang_takemessage.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

30 lines
1.1 KiB
PHP

<?php
$lang_takemessage = array
(
'std_error' => "错误",
'std_permission_denied' => "你没有该权限!",
'std_please_enter_something' => "不能为空!",
'std_message_flooding_denied' => "禁止滥发短讯。请在",
'std_before_sending_pm' => "秒后再发送。",
'std_invalid_id' => "该账号已失效",
'std_user_not_exist' => "不存在该账号",
'std_refused' => "拒绝",
'std_account_parked' => "该账号已被封存。",
'std_user_blocks_your_pms' => "该用户拒绝接受你的短讯。",
'std_user_accepts_friends_pms' => "该用户只接受其好友的短讯。",
'std_user_blocks_all_pms' => "该用户拒绝接受一切短讯。",
'std_succeeded' => "成功",
'std_messages_out_of' => "条短讯(共",
'std_were' => "条)已",
'std_message_was' => "短讯已",
'std_successfully_sent' => "成功发送!",
'std_s_were' => "",
'std_was' => "",
'std_updated' => "更新",
'std_no_permission_forwarding' => "你没有转发该短讯的权限。",
'std_must_enter_username' => "你必须填写要转发的用户的用户名。",
);
?>