64 login_usecrypt_body: 'If you are not in one of the countries listed below, you should <a href="%usecrypt_link%">enable encryption</a> to secure the logon process.', |
64 login_usecrypt_body: 'If you are not in one of the countries listed below, you should <a href="%usecrypt_link%">enable encryption</a> to secure the logon process.', |
65 login_usecrypt_countrylist: 'The cryptography restriction applies to the following countries: Belarus, China, India, Israel, Kazakhstan, Mongolia, Pakistan, Russia, Saudi Arabia, Singapore, Tunisia, Venezuela, and Vietnam.', |
65 login_usecrypt_countrylist: 'The cryptography restriction applies to the following countries: Belarus, China, India, Israel, Kazakhstan, Mongolia, Pakistan, Russia, Saudi Arabia, Singapore, Tunisia, Venezuela, and Vietnam.', |
66 login_success_title: 'Login successful', |
66 login_success_title: 'Login successful', |
67 login_success_body: 'You have successfully logged into the %config.site_name% site as "%username%". Redirecting to %redir_target%...', |
67 login_success_body: 'You have successfully logged into the %config.site_name% site as "%username%". Redirecting to %redir_target%...', |
68 login_success_body_mainpage: 'the main page', |
68 login_success_body_mainpage: 'the main page', |
|
69 login_success_short: 'Success.', |
69 |
70 |
70 login_ajax_fetching_key: 'Fetching an encryption key...', |
71 login_ajax_fetching_key: 'Fetching an encryption key...', |
71 login_ajax_prompt_title: 'Please enter your username and password to continue.', |
72 login_ajax_prompt_title: 'Please enter your username and password to continue.', |
72 login_ajax_prompt_title_elev: 'You are requesting a sensitive operation.', |
73 login_ajax_prompt_title_elev: 'You are requesting a sensitive operation.', |
73 login_ajax_prompt_body_elev: 'Please re-enter your login details, to verify your identity.', |
74 login_ajax_prompt_body_elev: 'Please re-enter your login details, to verify your identity.', |
74 login_ajax_link_fullform: 'Trouble logging in? Try the <a href="%link_full_form%">full login form</a>.', |
75 login_ajax_link_fullform: 'Trouble logging in? Try the <a href="%link_full_form%">full login form</a>.', |
75 login_ajax_link_forgotpass: 'Did you <a href="%forgotpass_link%">forget your password</a>?', |
76 login_ajax_link_forgotpass: 'Did you <a href="%forgotpass_link%">forget your password</a>?', |
76 login_ajax_loggingin: 'Logging in...', |
77 login_ajax_loggingin: 'Logging in...', |
77 |
78 |
78 err_key_not_found: 'Enano couldn\'t look up the encryption key used to encrypt your password. This most often happens if a cache rotation occurred during your login attempt, or if you refreshed the login page.', |
79 err_key_not_found: 'Enano couldn\'t look up the encryption key used to encrypt your password. This most often happens if a cache rotation occurred during your login attempt, or if you refreshed the login page.', |
|
80 err_key_not_found_cleared: 'It seems that the list of encryption keys used for login information has reached its maximum length, thus preventing new keys from being inserted. The list has been automatically cleared. Please try logging in again; if you are still unable to log in, please contact the site administration.', |
79 err_key_wrong_length: 'The encryption key was the wrong length.', |
81 err_key_wrong_length: 'The encryption key was the wrong length.', |
80 err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.', |
82 err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.', |
81 err_invalid_credentials: 'You have entered an invalid username or password. Please enter your login details again.', |
83 err_invalid_credentials: 'You have entered an invalid username or password. Please enter your login details again.', |
82 err_invalid_credentials_lockout: ' You have used up %fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will be locked out from logging in for %config.lockout_duration% minutes.', |
84 err_invalid_credentials_lockout: ' You have used up %fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will be locked out from logging in for %config.lockout_duration% minutes.', |
83 err_invalid_credentials_lockout_captcha: ' You have used up %lockout_fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will have to enter a visual confirmation code while logging in, effective for %config.lockout_duration% minutes.', |
85 err_invalid_credentials_lockout_captcha: ' You have used up %lockout_fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will have to enter a visual confirmation code while logging in, effective for %config.lockout_duration% minutes.', |
301 btn_preview: 'Show preview', |
303 btn_preview: 'Show preview', |
302 btn_revert: 'Revert changes', |
304 btn_revert: 'Revert changes', |
303 btn_cancel: 'Cancel and return to page', |
305 btn_cancel: 'Cancel and return to page', |
304 btn_closeviewer: 'Close viewer', |
306 btn_closeviewer: 'Close viewer', |
305 preview_blurb: '<b>Reminder:</b> This is only a preview - your changes to this page have not yet been saved.', |
307 preview_blurb: '<b>Reminder:</b> This is only a preview - your changes to this page have not yet been saved.', |
|
308 msg_save_success_title: 'Changes saved', |
|
309 msg_save_success_body: 'Your changes to this page have been saved. Redirecting...', |
306 }, |
310 }, |
307 history: { |
311 history: { |
308 summary_clearlogs: 'Automatic backup created when logs were purged', |
312 summary_clearlogs: 'Automatic backup created when logs were purged', |
309 page_subtitle: 'History of edits and actions', |
313 page_subtitle: 'History of edits and actions', |
310 heading_edits: 'Edits:', |
314 heading_edits: 'Edits:', |
347 protect_btn_submit: 'Protect page', |
351 protect_btn_submit: 'Protect page', |
348 |
352 |
349 rename_err_need_name: 'Error: you must enter a new name for this page.', |
353 rename_err_need_name: 'Error: you must enter a new name for this page.', |
350 rename_lbl: 'Please enter a new name for this page:', |
354 rename_lbl: 'Please enter a new name for this page:', |
351 rename_btn_submit: 'Rename page', |
355 rename_btn_submit: 'Rename page', |
|
356 rename_success_title: 'Page renamed', |
352 |
357 |
353 flushlogs_warning_stern: '<h3>You are about to <span style="color: red;">destroy</span> all logged edits and actions on this page.</h3><p>Unlike deleting or editing this page, this action is <u>not reversible</u>! You should only do this if you are desparate for database space.</p><p>Do you really want to continue?</p>', |
358 flushlogs_warning_stern: '<h3>You are about to <span style="color: red;">destroy</span> all logged edits and actions on this page.</h3><p>Unlike deleting or editing this page, this action is <u>not reversible</u>! You should only do this if you are desparate for database space.</p><p>Do you really want to continue?</p>', |
354 flushlogs_btn_submit: 'Flush logs', |
359 flushlogs_btn_submit: 'Flush logs', |
355 |
360 |
356 delvote_warning_stern: '<h3>Your vote counts.</h3><p>If you think that this page is not relavent to the content on this site, or if it looks like this page was only created in an attempt to spam the site, you can request that this page be deleted by an administrator.</p><p>After you vote, you should leave a comment explaining the reason for your vote, especially if you are the first person to vote against this page.</p>', |
361 delvote_warning_stern: '<h3>Your vote counts.</h3><p>If you think that this page is not relavent to the content on this site, or if it looks like this page was only created in an attempt to spam the site, you can request that this page be deleted by an administrator.</p><p>After you vote, you should leave a comment explaining the reason for your vote, especially if you are the first person to vote against this page.</p>', |