mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
parent
6e43d815c7
commit
5547c82619
1 changed files with 19 additions and 19 deletions
|
|
@ -20,8 +20,8 @@ $lang->managed_email_host['prohibited'] = 'E-mail accounts at %s are not allowed
|
|||
$lang->null_user_id = 'Please enter your ID.';
|
||||
$lang->null_password = 'Please enter your password.';
|
||||
$lang->invalid_authorization = 'The account is not activated.';
|
||||
$lang->invalid_email_address = 'Sign-in failed. Please check your e-mail address or password.';
|
||||
$lang->invalid_user_id = 'Sign-in failed. Please check your ID or password.';
|
||||
$lang->invalid_email_address = 'Login failed. Please check your e-mail address or password.';
|
||||
$lang->invalid_user_id = 'Login failed. Please check your ID or password.';
|
||||
$lang->invalid_password = 'The password is not correct.';
|
||||
$lang->invalid_current_password = 'The current password is not correct.';
|
||||
$lang->invalid_new_password = 'Please enter a different password.';
|
||||
|
|
@ -68,8 +68,8 @@ $lang->limit_date = 'Limit Date';
|
|||
$lang->cmd_special_phone_number = 'Verification code exception';
|
||||
$lang->cmd_max_auth_sms_count = 'Verification rate limit';
|
||||
$lang->after_login_url = 'URL to redirect after login';
|
||||
$lang->after_logout_url = 'URL to redirect after Sign out';
|
||||
$lang->redirect_url = 'URL to redirect after Sign up';
|
||||
$lang->after_logout_url = 'URL to redirect after sign out';
|
||||
$lang->redirect_url = 'URL to redirect after sign up';
|
||||
$lang->agreement = 'Terms of Service';
|
||||
$lang->accept_agreement = 'Agree';
|
||||
$lang->member_info = 'User Info';
|
||||
|
|
@ -100,19 +100,19 @@ $lang->retroactive_application = 'retroact';
|
|||
$lang->signature_html_retroact = 'also remove HTML in past inseted HTML signature. Can not be reversed.';
|
||||
$lang->search_target_list['email_address'] = 'Email Address';
|
||||
$lang->search_target_list['phone_number'] = 'Phone Number';
|
||||
$lang->search_target_list['regdate'] = 'Sign up Date';
|
||||
$lang->search_target_list['regdate_more'] = 'Sign up Date (more)';
|
||||
$lang->search_target_list['regdate_less'] = 'Sign up Date (less)';
|
||||
$lang->search_target_list['regdate'] = 'Sign Up Date';
|
||||
$lang->search_target_list['regdate_more'] = 'Sign Up Date (more)';
|
||||
$lang->search_target_list['regdate_less'] = 'Sign Up Date (less)';
|
||||
$lang->search_target_list['ipaddress'] = 'Sign up IP address';
|
||||
$lang->search_target_list['last_login'] = 'Last Sign in Date';
|
||||
$lang->search_target_list['last_login_more'] = 'Last Sign in Date (more)';
|
||||
$lang->search_target_list['last_login_less'] = 'Last Sign in Date (less)';
|
||||
$lang->search_target_list['last_login_ipaddress'] = 'Last Sign in IP address';
|
||||
$lang->search_target_list['last_login'] = 'Last Login Date';
|
||||
$lang->search_target_list['last_login_more'] = 'Last Login Date (more)';
|
||||
$lang->search_target_list['last_login_less'] = 'Last Login Date (less)';
|
||||
$lang->search_target_list['last_login_ipaddress'] = 'Last Login IP address';
|
||||
$lang->search_target_list['birthday'] = 'Birthday';
|
||||
$lang->search_target_list['extra_vars'] = 'User Defined';
|
||||
$lang->cmd_modify_new_auth_email_address = 'New email address';
|
||||
$lang->cmd_set_design_info = 'Desgin';
|
||||
$lang->cmd_login = 'Sign In';
|
||||
$lang->cmd_login = 'Login';
|
||||
$lang->cmd_logout = 'Sign Out';
|
||||
$lang->cmd_signup = 'Sign Up';
|
||||
$lang->cmd_site_signup = 'Sign Up';
|
||||
|
|
@ -297,7 +297,7 @@ $lang->msg_invalid_symbol_in_nickname = 'Your nickname contains a disallowed sym
|
|||
$lang->change_password_date = 'Password renewal cycle';
|
||||
$lang->about_change_password_date = 'If you set a value to this, you will be notified to change your password periodically. (If set to 0, disabled)';
|
||||
$lang->msg_change_password_date = 'You have not changed the password during %s days. For personal information protection, you need to change the password.';
|
||||
$lang->about_login_trial_limit = 'Limit the number of sign-in attempts in a short time from the same IP address.';
|
||||
$lang->about_login_trial_limit = 'Limit the number of login attempts in a short time from the same IP address.';
|
||||
$lang->msg_kr_address = 'Search for the name of eup, myeon or dong of your address.';
|
||||
$lang->msg_kr_address_etc = 'Enter the rest of your address.';
|
||||
$lang->cmd_search_again = 'Search again';
|
||||
|
|
@ -344,9 +344,9 @@ $lang->add_extend_form = 'Add item';
|
|||
$lang->msg_null_prohibited_id = 'Please enter an ID to prohibit.';
|
||||
$lang->msg_null_prohibited_nick_name = 'Please enter a nick name to prohibit.';
|
||||
$lang->msg_null_managed_emailhost = 'Please enter email address providers to manage. (eg.: gmail.com)';
|
||||
$lang->identifier = 'Sign-in Identifier';
|
||||
$lang->about_identifier = 'Allow users to sign-in using one or more identifiers.<br />Please beware of country codes if you allow login by phone number.';
|
||||
$lang->msg_need_identifier = 'You need to select at least one sign-in identifier.';
|
||||
$lang->identifier = 'Login Identifier';
|
||||
$lang->about_identifier = 'Allow users to login using one or more identifiers.<br />Please beware of country codes if you allow login by phone number.';
|
||||
$lang->msg_need_identifier = 'You need to select at least one login identifier.';
|
||||
$lang->msg_need_enabled_identifier = 'You need to select identifiers that are enabled in the signup form.';
|
||||
$lang->use_after_save = 'Use after saved';
|
||||
$lang->cmd_add_group = 'Add group';
|
||||
|
|
@ -366,7 +366,7 @@ $lang->all_group = 'Entire Group';
|
|||
$lang->msg_insert_group_name_detail = 'If group title are empty, does not apply.';
|
||||
$lang->msg_exist_selected_module = 'Address information does not exist.';
|
||||
$lang->cmd_spammer = 'Spam User Manage';
|
||||
$lang->spammer_description = '<p>Spam user management. This function denied user sign-in and remove all of documents, comments</p>';
|
||||
$lang->spammer_description = '<p>Spam user management. This function denied user login and remove all of documents, comments</p>';
|
||||
$lang->btn_spammer_delete_all = 'Delete all';
|
||||
$lang->spammer_move_to_trash = 'Move to trash';
|
||||
$lang->msg_spammer_complete = 'Completed.';
|
||||
|
|
@ -376,7 +376,7 @@ $lang->nick_name_after_changing = 'New nickname';
|
|||
$lang->cmd_login_browser_info = 'Browser Information';
|
||||
$lang->cmd_login_device_info = 'Device Information';
|
||||
$lang->cmd_initial_registration = 'Registered';
|
||||
$lang->cmd_initial_login = 'First Sign-in';
|
||||
$lang->cmd_initial_login = 'First Login';
|
||||
$lang->cmd_recent_visit = 'Recent Visit';
|
||||
$lang->cmd_recent_connection = 'Last Seen';
|
||||
$lang->cmd_view_registered_devices = 'Registered Devices';
|
||||
|
|
@ -384,4 +384,4 @@ $lang->scrap_folder_create = 'New Folder';
|
|||
$lang->scrap_folder_rename = 'Rename';
|
||||
$lang->scrap_folder_delete = 'Delete';
|
||||
$lang->member_unauthenticated = 'Unauthenticated';
|
||||
$lang->member_number = 'Member identification number';
|
||||
$lang->member_number = 'Member identification number';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue