Sign in을 login으로 통일

186e768c4f 에서 sign in 으로 통일한 용어를 login으로 통일. (186e768c4f 이전에는 sign in과 login이 혼용되는 상황이었음)
This commit is contained in:
Min-Soo Kim 2022-11-08 13:52:07 +09:00 committed by GitHub
parent 186e768c4f
commit 26a47ecb18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,9 @@ $lang->default_group_1 = 'Associate Member';
$lang->default_group_2 = 'Regular Member';
$lang->default_group = 'Default Group';
$lang->admin_group = 'Managing Group';
$lang->keep_signed = 'Keep me signed in.';
$lang->keep_signed = 'Keep me logged in.';
$lang->remember_user_id = 'Remember ID.';
$lang->already_logged = 'You are already signed in.';
$lang->already_logged = 'You are already logged in.';
$lang->denied_user_id = 'You have entered a prohibited ID.';
$lang->denied_nick_name = 'You have entered a prohibited nick name.';
$lang->managed_email_host['allowed'] = 'Only %s e-mail accounts are allowed. (%s)';
@ -60,14 +60,14 @@ $lang->enable_ssl = 'Enable SSL';
$lang->msg_email_confirmation_required = 'A confirmation e-mail will be sent. Please check your email address carefully.';
$lang->cmd_authmail_expires = 'Activation Email Expiry';
$lang->about_authmail_expires = 'Activation emails and password reset emails can be set to expire after a certain time.';
$lang->security_sign_in = 'Sign in using enhanced security';
$lang->security_sign_in = 'Login using enhanced security';
$lang->member_limited = 'Limited';
$lang->limit_day = 'Temporary Limit Date';
$lang->limit_day_description = 'Description for Temporary Limit Date';
$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 Sign in';
$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->agreement = 'Terms of Service';
@ -93,8 +93,8 @@ $lang->webmaster_name = 'Webmaster Name';
$lang->webmaster_email = 'Webmaster Email';
$lang->column_id = 'The column id';
$lang->options = 'Options';
$lang->about_keep_signed = 'You will be still signed in even when the browser is closed.\\n\\nIt is not recommended to use this if you are using a public computer, for your personal information could be violated.';
$lang->about_keep_warning = 'You will be still signed in even when the browser is closed. It is not recommended to use this if you are using a public computer, for your personal information could be violated';
$lang->about_keep_signed = 'You will be still logged in even when the browser is closed.\\n\\nIt is not recommended to use this if you are using a public computer, for your personal information could be violated.';
$lang->about_keep_warning = 'You will be still logged in even when the browser is closed. It is not recommended to use this if you are using a public computer, for your personal information could be violated';
$lang->about_webmaster_email = 'This setting can be changed in the <a href="index.php?module=admin&act=dispAdminConfigNotification" target="_blank">Notification Settings</a> screen.';
$lang->retroactive_application = 'retroact';
$lang->signature_html_retroact = 'also remove HTML in past inseted HTML signature. Can not be reversed.';
@ -137,7 +137,7 @@ $lang->cmd_manage_nick_name = 'Prohibited NickNames';
$lang->cmd_manage_form = 'Signup Form';
$lang->cmd_view_own_document = 'My Articles';
$lang->cmd_view_own_comment = 'My Comments';
$lang->cmd_view_active_logins = 'Active Sign-in';
$lang->cmd_view_active_logins = 'Active login';
$lang->cmd_manage_member_info = 'Manage Member Info';
$lang->cmd_trace_document = 'Trace Written Articles';
$lang->cmd_trace_comment = 'Trace Written Comments';
@ -161,7 +161,7 @@ $lang->msg_cart_is_null = 'Please select the target.';
$lang->msg_checked_file_is_deleted = '%d attached file(s) is(are) deleted.';
$lang->msg_find_account_title = 'Account Info';
$lang->msg_find_account_info = 'This is requested account info.';
$lang->msg_find_account_comment = 'Your password will be changed to the one above if you click the link below.<br />Please change the password again as soon as possible after you are able to sign-in.<br />Your password will remain unchanged until you click the link below.';
$lang->msg_find_account_comment = 'Your password will be changed to the one above if you click the link below.<br />Please change the password again as soon as possible after you are able to login.<br />Your password will remain unchanged until you click the link below.';
$lang->msg_confirm_account_title = 'Rhymix Account Activation';
$lang->title_modify_email_address = 'This letter is sent for a confirmation of the changing e-mail address.';
$lang->msg_confirm_account_info = 'This is your account information:';
@ -173,8 +173,8 @@ $lang->msg_change_mail_sent = 'The letter was sent to %s for the changing email
$lang->msg_invalid_modify_email_auth_key = 'Invalid request for changing the email address.<br />Please, request again or contact the website administrator.';
$lang->msg_invalid_auth_key = 'This is an invalid request of verification.<br />Please retry finding account info or contact the administrator.';
$lang->msg_expired_auth_key = 'Your verification link has expired. Please request a new verification email.';
$lang->msg_success_authed = 'Please use the password you received in the email to sign-in, and change it to a password of your choice as soon as possible.';
$lang->msg_success_confirmed = 'Your account has been activated. You may sign-in now.';
$lang->msg_success_authed = 'Please use the password you received in the email to login, and change it to a password of your choice as soon as possible.';
$lang->msg_success_confirmed = 'Your account has been activated. You may login now.';
$lang->msg_new_member = 'Add Member';
$lang->msg_rechecked_password = 'Re-checked password';
$lang->msg_update_member = 'View and Modify User Info';
@ -192,7 +192,7 @@ $lang->msg_invalid_phone_number = 'The phone number you have entered is invalid.
$lang->msg_exists_nick_name = 'This nickname already exists. Please try another one.';
$lang->msg_signup_disabled = 'You are not able to sign up';
$lang->msg_already_logged = 'You have already signed up.';
$lang->msg_not_logged = 'Please sign in first.';
$lang->msg_not_logged = 'Please login first.';
$lang->msg_insert_group_name = 'Please enter the name of group.';
$lang->msg_check_group = 'Please select the group.';
$lang->msg_not_uploaded_profile_image = 'Profile image could not be registered.';
@ -203,7 +203,7 @@ $lang->msg_accept_agreement = 'You should accept all required agreements in orde
$lang->msg_user_denied = 'You have entered a prohibited ID.';
$lang->msg_user_not_confirmed = 'Your account is not activated yet. A confirmation email has been sent to %s. Please check your email and click the activation link to continue.';
$lang->msg_user_limited = 'You have entered an ID that cannot be used before %s';
$lang->msg_admin_ip_not_allowed = 'Your IP address is not allowed to sign-in as an administrator.';
$lang->msg_admin_ip_not_allowed = 'Your IP address is not allowed to login as an administrator.';
$lang->about_rechecked_password = 'Confirm your password before editing account information.';
$lang->about_user_id = 'User ID should be 3~20 characters long, consist of alphanumeric and start with a letter.';
$lang->about_password = 'Password should be 6~20 characters long.';
@ -218,10 +218,10 @@ $lang->password_strength_normal = 'normal';
$lang->password_strength_high = 'high';
$lang->about_password_strength_config = 'When members register or change the password, the password should meet the specified password strength. However, the administrator is an exception.';
$lang->about_password_hashing_algorithm = 'You can choose how to encrypt (hash) members\' passwords stored in the database.';
$lang->about_password_hashing_work_factor = 'Higher work factors are more secure, but sign-in may take a long time. This only applies to bcrypt and pbkdf2.';
$lang->about_password_hashing_auto_upgrade = 'Passwords encrypted using different algorithms will be automatically converted to the configured algorithm at next sign-in.';
$lang->about_password_hashing_work_factor = 'Higher work factors are more secure, but login may take a long time. This only applies to bcrypt and pbkdf2.';
$lang->about_password_hashing_auto_upgrade = 'Passwords encrypted using different algorithms will be automatically converted to the configured algorithm at next login.';
$lang->about_password_change_invalidate_other_sessions = 'Sign out all other devices (browsers) when a member changes the password.';
$lang->about_login_invalidate_other_sessions = 'Allow sign-in from only one device. Previously used machines will be signed out automatically.';
$lang->about_login_invalidate_other_sessions = 'Allow login from only one device. Previously used machines will be signed out automatically.';
$lang->about_password_strength['low'] = 'the password should be longer, at least four characters';
$lang->about_password_strength['normal'] = 'the password should be at least six characters, and should have at least one alpha character and numeric characters';
$lang->about_password_strength['high'] = 'the password should be at least eight characters, and should have at least one alphabetic, numeric and special characters';
@ -247,12 +247,12 @@ $lang->about_required = 'Check this to make it mandatory item when signing up.';
$lang->about_enable_join = 'Please check if you want to accept new members. If you require a URL key, only those who visit with the corresponding string in the URL will be able to join.';
$lang->about_enable_confirm = 'An activation email will be sent to new members. They must click a link in the email to complete the sign up process.';
$lang->about_enable_find_account_question = 'Check if you want to allow members to recover their accounts using a security question and answer.';
$lang->about_enable_ssl = 'Personal information from Sign up/Modify Member Info/Sign in can be sent as SSL(https) mode if server provides SSL service.';
$lang->about_enable_ssl = 'Personal information from Sign up/Modify Member Info/Login can be sent as SSL(https) mode if server provides SSL service.';
$lang->about_limit_day = 'You can limit activation date after sign up';
$lang->about_limit_date = 'Users cannot sign in until the specified date';
$lang->about_limit_date = 'Users cannot login until the specified date';
$lang->about_special_phone_number = 'You can set up a special phone number that can be verified with a preconfigured code instead of sending an actual SMS.<br>The special phone number will also be allowed to sign up more than once even if this is normally disallowed.<br>This can be useful for development, testing, and app store review process.';
$lang->about_max_auth_sms_count = 'You can limit the number of time someone can try to verify the same phone number from the same IP address.';
$lang->about_after_login_url = 'You can set a URL after sign-in. Blank means the current page.';
$lang->about_after_login_url = 'You can set a URL after login. Blank means the current page.';
$lang->about_after_logout_url = 'You can set a URL after sign-out. Blank means the current page.';
$lang->about_redirect_url = 'Please select a page where users will go after sign up. When this is empty, it will be set as the previous page of the sign up page.';
$lang->about_agreement = 'Sign up Agreement will be displayed if it\'s not empty';
@ -266,7 +266,7 @@ $lang->about_member_default = 'It will be set as the default group on sign up';
$lang->about_find_member_account = 'Please input the email address you have entered during the registration and we will send your account info to this email address.';
$lang->about_ssl_port = 'Please enter if you are using non-default SSL port';
$lang->about_resend_auth_mail = 'You can request the activation email again if you have not received it.';
$lang->about_reset_auth_mail_submit = 'If you use the address as an identifier, a new email address would be required for the sign-in.';
$lang->about_reset_auth_mail_submit = 'If you use the address as an identifier, a new email address would be required for the login.';
$lang->about_update_nickname_log = 'Record the nickname change history. If you use this option, you can see the nickname changing history.';
$lang->about_nickname_symbols = 'Allow or prohibit the use of special characters in nicknames.';
$lang->about_member_profile_view = 'Option to view the member\'s profile image on the admin member list page. Select No if you do not want to see your profile picture in the member panel.';
@ -330,7 +330,7 @@ $lang->cmd_show_site_admin_member = 'Site Admin';
$lang->approval = 'Approval';
$lang->denied = 'Denied';
$lang->refused_reason = 'Reason for account refusing';
$lang->about_refused_reason = 'Describe the reason why you refuse this account. Something you write in this field would be displayed when this user signs in.';
$lang->about_refused_reason = 'Describe the reason why you refuse this account. Something you write in this field would be displayed when this user login.';
$lang->use_group_image_mark = 'Use group image mark';
$lang->usable_group_image_mark_list = ' Usable list of group image mark';
$lang->add_group_image_mark = 'Add group image mark';
@ -354,14 +354,14 @@ $lang->msg_groups_exist = 'groups exist.';
$lang->cmd_member_config = 'Member Configuration';
$lang->cmd_member_sync = 'Sync member information';
$lang->about_member_sync = 'Synchronize member information and post/comment information. This can take a long time if you have a lot of data. <strong>If there are many users, be sure to stop the service before proceeding.</strong>';
$lang->msg_success_modify_email_address = 'Your email address has been successfully changed. You can sign-in with the changed email address.';
$lang->msg_success_modify_email_address = 'Your email address has been successfully changed. You can login with the changed email address.';
$lang->group = 'Group';
$lang->retrieve_password = 'Retrieve password';
$lang->excess_ip_access_count = 'There was too much sign in trial from your devices in a short time. You can not sign in for %s.';
$lang->enable_login_fail_report = 'Sign in failure';
$lang->login_fail_report = 'Sign in failure report.';
$lang->login_fail_report_contents = '<h2>There is recorded sign in failures.</h2>%1$s<hr /><p>* This notification is shown once.<br />* This message contains sign in failure records, before a ID sign in success.<br />Sending: %2$s</p>';
$lang->excess_ip_access_count = 'There was too much login trial from your devices in a short time. You can not login for %s.';
$lang->enable_login_fail_report = 'Login failure';
$lang->login_fail_report = 'Login failure report.';
$lang->login_fail_report_contents = '<h2>There is recorded login failures.</h2>%1$s<hr /><p>* This notification is shown once.<br />* This message contains login failure records, before a ID login success.<br />Sending: %2$s</p>';
$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.';