Files
nexusphp/lang/chs/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' => "错误",
);
?>