<?php
// china
return array(
// front page
"site_name" => "Debate.com",
"current_topics" => "????????
?????=>???",
"admin" => "??",
"info" => "??",
//users
"add_user" => "????",
"username" => "???",
"email" => "????",
"register_date" => "????",
"confirmed" => "??",
"action" => "??",
"no" => "?",
"yes" => "?",
"edit" => "??",
"details" => "????",
"ban" => "??",
"unban" => "??????",
"delete" => "??",
"change_role" => "????",
"loading" => "??",
"first_name" => "?",
"last_name" => "?",
"address" => "??",
"phone" => "??",
"last_login" => "????",
"ok" => "??",
"pick_user_role" => "??????",
"select_role" => "????",
"cancel" => "??",
"add" => "??",
//login, register and password reset
"email" => "????",
"login" => "??",
"username" => "???",
"password" => "??",
"male" => "?",
"female" => "?",
"your_email" => "????",
"login_with" => "???",
"email_confirmed" => "??????",
"create_account" => "????",
"forgot_password" => "
?????",
"repeat_password" => "
??????",
"reset_password" => "
????",
"email_confirmation" => "????",
"you_can_login_now" => "
?????<a href='{link}'>??</A>",
"user_with_key_doesnt_exist" => "
??????????????.",
"gender" => "??",
"dob" => "????",
//Months
"january" => "??",
"february" => "??",
"march" => "??",
"april" => "??",
"may" => "??",
"june" => "
??",
"july" => "??",
"august" => "??",
"sept" => "??",
"oct" => "??",
"nov" => "???",
"dec" => "
???",
/// Panel
"welcome" => "??",
"TO" => "?",
// panel mini admin
"panel_mini_admin" => "??????",
"view_profile_page" => "???????",
"log_off" => "??",
"admin_panel" => "????",
// member panel
"member_panel" => "????",
"HELLO" => "??",
// passwordreset.php
"password_reset" => "Password Reset",
"reset_password" => "Reset Password",
// user_roles.php
"add" => "Add",
"action" => "Action",
"role_name" => "Role Name",
"users_with_role" => "# of users with this role",
// users.php
"ok" => "Ok",
"ban" => "Ban",
"yes" => "Yes",
"no" => "No",
"edit" => "Edit",
"next" => "Next",
"previous" => "Previous",
"unban" => "Unban",
"cancel" => "Cancel",
"delete" => "Delete",
"details" => "Details",
"loading" => "Loading...",
"register_date" => "Register Date",
"last_login" => "Last Login",
"confirmed" => "Confirmed",
"select_role" => "Select Role",
"change_role" => "Change Role",
"add_user" => "Add User",
"pick_user_role" => "Pick User Role",
"never_logged_in" => "Never logged in",
// users table
"records_per_page" => "records per page",
"nothing_found" => "Nothing found - sorry",
"no_data_in_table" => "No users in database",
"showing" => "Showing",
"to" => "to",
"of" => "of",
"records" => "records",
"filtered_from" => "filtered from",
"total_records" => "total records",
"search" => "Search",
// misc
"at" => "at",
"logout" => "Logout",
"welcome" => "Welcome",
"copyright_by" => "Copyright by",
// validation messages
"user_banned" => "This user account is banned by administrator!",
"field_required" => "Field cannot be empty!",
"role_taken" => "Role already exist.",
"email_required" => "Email is required.",
"email_wrong_format" => "Please enter valid email.",
"email_not_exist" => "This email doesn't exist in our database.",
"email_taken" => "User with this email is already registred.",
"dragon_username_required" => "????????? ?????? ????????????.",
"username_taken" => "???????????? ? ????? ?????? ??? ??????????.",
"dragon_name_taken" => "???????????? ? ????? ?????? ??? ??????????.",
"user_not_confirmed" => "Please confirm your email first.",
"password_required" => "Password is required.",
"wrong_username_password" => "Wrong username/password combination.",
"passwords_dont_match" => "Passwords don't match.",
"wrong_old_password" => "Wrong old password!",
"wrong_sum" => "Wrong sum. Please check it again.",
"brute_force" => "You exceeded maximum attempts limit for today. Try again tomorrow.",
"success_registration_with_confirm" => "Registration successful. Please check your email.",
"success_registration_no_confirm" => "Registration successful. You can log in now.",
"user_added_successfully" => "User added successfully.",
"user_updated_successfully" => "User updated successfully.",
"user_dont_exist" => "This user doesn't exist.",
"leave_blank" => "Leave blank if you don't want to change it.",
"invalid_password_reset_key" => "Password reset key is invalid or expired",
"password_length" => "Password must be at least 6 characters long.",
"error_writing_to_db" => "Error writing to database. Please try again.",
// javascript
"posting" => "Posting...",
"logging_in" => "Loging in...",
"resetting" => "Resetting...",
"password_updated_successfully" => "Password successfully updated.",
"password_updated_successfully_login" => "Password successfully updated. You can <a href='login.php'>login now</a>.",
"working" => "Working...",
"password_reset_email_sent" => "Password reset email sent. Check your inbox (and spam) folder.",
"message_couldn_be_sent" => "Message could not be sent! Please try again.",
"updating" => "??...",
"details_updated" => "
????????.",
"error_updating_db" => "
??????????????.",
"are_you_sure" => "
????",
"creating_account" => "
????...",
"usergroup" => "???",
);
|