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

36 lines
1.5 KiB
PHP

<?php
$lang_signup = array
(
'head_signup' => "Signup",
'text_cookies_note' => "<b>Note</b>: You need cookies enabled to sign up or log in.",
'row_desired_username' => "Desired username",
'text_allowed_characters' => "Allowed Characters: (a-z), (A-Z), (0-9), Maximum is 12 characters",
'row_pick_a_password' => "Pick a password",
'text_minimum_six_characters' => "Minimum is 6 characters",
'row_enter_password_again' => "Enter password again",
'row_question' => "Question",
'row_enter_hint_answer' => "Enter hint answer",
'text_hint_note' => "This answer will be used to reset your password in case you forget it.<br /> Minimum is 6 characters.",
'row_email_address' => "Email address",
'text_email_note' => "you could only signup with email from those domains: ",
'row_country' => "Country",
'row_gender' => "Gender",
'radio_male' => "Male ",
'radio_female' => "Female ",
'row_verification' => "Verification",
'checkbox_read_rules' => "I have read the site <a href=rules.php><u>rules</u></a> page.",
'checkbox_read_faq' => "I agree to read the <a href=faq.php><u>FAQ</u></a> before asking questions.",
'checkbox_age' => "I am at least 13 years old.",
'text_all_fields_required' => "All Fields are required! ",
'submit_sign_up' => "Sign&nbsp;up!&nbsp;(PRESS&nbsp;ONLY&nbsp;ONCE)",
'select_none_selected' => "None selected",
'text_select_lang' => "Select Site Language: ",
'row_school' => "School",
'head_invite_signup' => "Invite Signup",
'std_uninvited' => "Incorrect invitation code. ",
'std_error' => "Error",
);
?>