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

36 lines
1.4 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_signup = array
(
'head_signup' => "註冊",
'text_cookies_note' => "<b>注意</b>你必須啟用cookies才能註冊或登錄。",
'row_desired_username' => "用戶名",
'text_allowed_characters' => "有效字元:(a-z), (A-Z), (0-9)至多12個字元",
'row_pick_a_password' => "輸入密碼",
'text_minimum_six_characters' => "至少6個字元。",
'row_enter_password_again' => "再次輸入密碼",
'row_question' => "密碼丟失問題",
'row_enter_hint_answer' => "輸入答案",
'text_hint_note' => "用於找回忘記的密碼。至少6個字元。",
'row_email_address' => "郵箱地址",
'text_email_note' => "你只能使用以下郵箱註冊:",
'row_country' => "國家/地區",
'row_gender' => "性別",
'radio_male' => "",
'radio_female' => "",
'row_verification' => "確認",
'checkbox_read_rules' => "我已閱讀並同意遵守站點<a href=rules.php><u>規則</u></a>。",
'checkbox_read_faq' => "我會在提問前先查看<a href=faq.php><u>常見問題</u></a>。",
'checkbox_age' => "我已滿13周歲。",
'text_all_fields_required' => "所有區域都必須填寫!",
'submit_sign_up' => "註冊!(只需點擊一次)",
'select_none_selected' => "未選",
'text_select_lang' => "Select Site Language: ",
'row_school' => "學校",
'head_invite_signup' => "受邀注冊",
'std_uninvited' => "邀請碼錯誤,無法注冊。",
'std_error' => "錯誤",
);
?>