mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
30 lines
1.1 KiB
PHP
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' => "你必須填寫要轉發的用戶的用戶名。",
|
|
);
|
|
|
|
?>
|