88 logout_success_body: 'You have been successfully logged out, and all cookies have been cleared. You will now be transferred to the main page.', |
88 logout_success_body: 'You have been successfully logged out, and all cookies have been cleared. You will now be transferred to the main page.', |
89 logout_confirm_title: 'Are you sure you want to log out?', |
89 logout_confirm_title: 'Are you sure you want to log out?', |
90 logout_confirm_body: 'If you log out, you will no longer be able to access your user preferences, your private messages, or certain areas of this site until you log in again.', |
90 logout_confirm_body: 'If you log out, you will no longer be able to access your user preferences, your private messages, or certain areas of this site until you log in again.', |
91 logout_confirm_title_elev: 'Are you sure you want to de-authenticate?', |
91 logout_confirm_title_elev: 'Are you sure you want to de-authenticate?', |
92 logout_confirm_body_elev: 'If you de-authenticate, you will no longer be able to use the administration panel until you re-authenticate again. You may do so at any time using the Administration button on the sidebar.', |
92 logout_confirm_body_elev: 'If you de-authenticate, you will no longer be able to use the administration panel until you re-authenticate again. You may do so at any time using the Administration button on the sidebar.', |
|
93 logout_confirm_btn_logout: 'Log Out', |
93 logout_err_title: 'An error occurred during the logout process.', |
94 logout_err_title: 'An error occurred during the logout process.', |
94 // Unused at this point |
95 // Unused at this point |
95 logout_err_not_loggedin: 'You don\'t seem to be logged in.', |
96 logout_err_not_loggedin: 'You don\'t seem to be logged in.', |
96 |
97 |
97 // User levels |
98 // User levels |
224 Sincerely yours, |
225 Sincerely yours, |
225 %admin_user% and the %config.site_name% administration team', |
226 %admin_user% and the %config.site_name% administration team', |
226 |
227 |
227 autofill_heading_suggestions: 'Username suggestions', |
228 autofill_heading_suggestions: 'Username suggestions', |
228 autofill_msg_no_suggestions: 'No suggestions', |
229 autofill_msg_no_suggestions: 'No suggestions', |
|
230 |
|
231 // CSRF confirmation form |
|
232 csrf_confirm_title: 'Invalid form confirmation key', |
|
233 csrf_confirm_body: 'Your browser sent an invalid confirmation key for a form. Your session may have expired, or you may have been redirected here from a remote site in an attack known as Cross-Site Request Forgery (CSRF). If you are sure you want to continue with this action, you may click the button below. Otherwise, return to the main page and do not proceed.', |
|
234 csrf_confirm_btn_viewrequest: 'View request and form data', |
|
235 csrf_confirm_btn_continue: 'Continue', |
229 }, |
236 }, |
230 usercp: { |
237 usercp: { |
231 // Meta |
238 // Meta |
232 sec_profile: 'Profile/membership', |
239 sec_profile: 'Profile/membership', |
233 sec_pm: 'Private messages', |
240 sec_pm: 'Private messages', |