Files
nexusphp/lang/cht/lang_takeinvite.php
2025-04-19 02:06:51 +07:00

30 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang_takeinvite = array
(
'head_invitation_failed' => "邀請失敗!",
'std_username_too_long' => "對不起用戶名過長至多12個字元",
'std_must_enter_email' => "你必須輸入郵箱位址!",
'std_invalid_email_address' => "無效的郵箱地址!",
'std_must_enter_personal_message' => "請添加信件中的私人內容。",
'std_email_address' => "郵箱地址",
'std_is_in_use' => "已經在使用。",
'mail_here' => "這裏",
'mail_tilte' => "網站邀請函",
'mail_one' => "你好,<br /><br />用戶",
'mail_two' => "邀請你加入%s社區。%s擁有知識豐富的用戶。 <br />如果你有意加入,請在閱讀網站規則後確認該邀請。<br /><br />請點擊以下鏈接確認邀請:",
'mail_three' => "請在",
'mail_four' => "天內確認該邀請,之後邀請將作廢。<br />%s真誠歡迎你加入我們的社區<br /><br />來自邀請者",
'mail_five' => "的話:",
'mail_six' => "如果你根本不認識邀請者,請將此郵件轉發至%s<br /><br />------<br />%s網站",
'std_error' => "錯誤",
'std_invite_denied' => "你的用戶等級不允許發送邀請。你怎麽到這來的?",
'std_email_address_banned' => "郵箱地址被禁用!",
'std_wrong_email_address_domains' => "不允許發送邀請給此郵箱地址!請使用以下郵箱:",
'std_no_invite' => "你沒有剩餘邀請名額。你怎麽到這來的?",
'std_invitation_already_sent_to' => "發送失敗!此郵箱",
'std_await_user_registeration' => "已收到過邀請函,請無重復發送。請等待用戶注冊。",
);
?>