language/english/core.json
changeset 336 bfa2e9c23f03
parent 335 67bd3121a12e
child 337 491518997ae5
equal deleted inserted replaced
335:67bd3121a12e 336:bfa2e9c23f03
   218       err_access_denied_body: 'You are not authorized to edit or view the source of this page.',
   218       err_access_denied_body: 'You are not authorized to edit or view the source of this page.',
   219       err_save_title: 'There was a problem saving the page.',
   219       err_save_title: 'There was a problem saving the page.',
   220       err_save_body: 'A few problems were encountered while your page was being saved:',
   220       err_save_body: 'A few problems were encountered while your page was being saved:',
   221       err_obsolete_title: 'Someone else modified this page while you were editing it',
   221       err_obsolete_title: 'Someone else modified this page while you were editing it',
   222       err_obsolete_body: 'While you were editing this page, %author% modified this page. The edit took place on %timestamp%. You can <a href="%page_url%" onclick="window.open(this.href); return false;">view the latest version of the page</a>, or click %this.editor_btn_save% again to replace the page with your revision.',
   222       err_obsolete_body: 'While you were editing this page, %author% modified this page. The edit took place on %timestamp%. You can <a href="%page_url%" onclick="window.open(this.href); return false;">view the latest version of the page</a>, or click %this.editor_btn_save% again to replace the page with your revision.',
       
   223       err_need_captcha_title: 'Missing confirmation code',
       
   224       err_need_captcha_body: 'Please enter the confirmation code in the box labeled "%this.editor_lbl_field_captcha_code%". %this.editor_msg_captcha_blind%',
       
   225       err_no_text_title: 'No text entered',
       
   226       err_no_text_body: 'Please enter the text that will be in this page.',
   223       // Server-side errors
   227       // Server-side errors
   224       err_no_rows: 'Page doesn\'t exist in the database',
   228       err_no_rows: 'Page doesn\'t exist in the database',
   225       err_no_permission: 'You do not have permission to edit this page.',
   229       err_no_permission: 'You do not have permission to edit this page.',
   226       err_page_protected: 'This page is protected, and you do not have permission to edit protected pages.',
   230       err_page_protected: 'This page is protected, and you do not have permission to edit protected pages.',
       
   231       err_captcha_wrong: 'The confirmation code you entered is incorrect.',
   227       
   232       
   228       msg_saved: 'Your changes to this page have been saved.',
   233       msg_saved: 'Your changes to this page have been saved.',
   229       msg_revert_confirm: 'Do you really want to revert your changes?',
   234       msg_revert_confirm: 'Do you really want to revert your changes?',
   230       msg_discard_confirm: 'Do you really want to discard your changes?',
   235       msg_discard_confirm: 'Do you really want to discard your changes?',
   231       msg_confirm_ajax: 'Do you really want to do this?\nYour changes to this page have not been saved. If you continue, your changes will be lost.',
   236       msg_confirm_ajax: 'Do you really want to do this?\nYour changes to this page have not been saved. If you continue, your changes will be lost.',
   250       btn_closeviewer: 'Close viewer',
   255       btn_closeviewer: 'Close viewer',
   251       btn_diff: 'Show changes',
   256       btn_diff: 'Show changes',
   252       preview_blurb: '<b>Reminder:</b> This is only a preview - your changes to this page have not yet been saved.',
   257       preview_blurb: '<b>Reminder:</b> This is only a preview - your changes to this page have not yet been saved.',
   253       msg_save_success_title: 'Changes saved',
   258       msg_save_success_title: 'Changes saved',
   254       msg_save_success_body: 'Your changes to this page have been saved. Redirecting...',
   259       msg_save_success_body: 'Your changes to this page have been saved. Redirecting...',
       
   260       
       
   261       msg_captcha_pleaseenter: 'Please enter the code shown in the image to the right into the text box. This process helps to ensure that this page is not being edited by an automated bot. If the image to the right is illegible, you can regenerate it by clicking on the image.',
       
   262       msg_captcha_blind: 'If you are visually impaired or otherwise cannot read the text shown to the right, please contact the site management and they will be able to make your requested edits.',
       
   263       lbl_field_captcha: 'Visual confirmation',
       
   264       lbl_field_captcha_code: 'Code:',
   255     },
   265     },
   256     history: {
   266     history: {
   257       summary_clearlogs: 'Automatic backup created when logs were purged',
   267       summary_clearlogs: 'Automatic backup created when logs were purged',
   258       page_subtitle: 'History of edits and actions',
   268       page_subtitle: 'History of edits and actions',
   259       heading_edits: 'Edits:',
   269       heading_edits: 'Edits:',