language/english/core.json
changeset 522 fd46b1bf708e
parent 504 bc8e0e9ee01d
child 539 1beddd693f2d
equal deleted inserted replaced
519:94214ec0871c 522:fd46b1bf708e
   428       btn_resetvotes: 'Reset votes',
   428       btn_resetvotes: 'Reset votes',
   429     },
   429     },
   430     ajax: {
   430     ajax: {
   431       // Client-side messages
   431       // Client-side messages
   432       protect_prompt_reason: 'Reason for (un)protecting:',
   432       protect_prompt_reason: 'Reason for (un)protecting:',
   433       rename_prompt: 'What title should this page be renamed to?\nNote: This does not and will never change the URL of this page, that must be done from the admin panel.',
   433       rename_prompt: 'What title should this page be renamed to?\n%this.ajax_rename_notice%',
       
   434       rename_prompt_short: 'Enter a new name for this page',
       
   435       rename_notice: 'This won\'t change the URL to this page. To change the URL to this page, use Page Manager in the administration panel.',
   434       delete_prompt_reason: 'Please enter your reason for deleting this page.',
   436       delete_prompt_reason: 'Please enter your reason for deleting this page.',
   435       delete_confirm: 'You are about to REVERSIBLY delete this page. Do you REALLY want to do this?\n\n(Comments and categorization data, as well as any attached files, will be permanently lost)',
   437       delete_confirm: 'You are about to REVERSIBLY delete this page. Do you REALLY want to do this?\n\n(Comments and categorization data, as well as any attached files, will be permanently lost)',
   436       delvote_confirm: 'Are you sure that you want to vote that this page be deleted?',
   438       delvote_confirm: 'Are you sure that you want to vote that this page be deleted?',
   437       delvote_reset_confirm: 'This action will reset the number of votes against this page to zero. Do you really want to do this?',
   439       delvote_reset_confirm: 'This action will reset the number of votes against this page to zero. Do you really want to do this?',
   438       clearlogs_confirm: 'You are about to DESTROY all log entries for this page. As opposed to (example) deleting this page, this action is completely IRREVERSIBLE and should not be used except in dire circumstances. Do you REALLY want to do this?',
   440       clearlogs_confirm: 'You are about to DESTROY all log entries for this page. As opposed to (example) deleting this page, this action is completely IRREVERSIBLE and should not be used except in dire circumstances. Do you REALLY want to do this?',
   447       killphp_success: 'Embedded PHP in pages has been disabled.',
   449       killphp_success: 'Embedded PHP in pages has been disabled.',
   448       lbl_moreoptions_nojs: 'More options for this page',
   450       lbl_moreoptions_nojs: 'More options for this page',
   449       
   451       
   450       // Server-side responses
   452       // Server-side responses
   451       rename_too_short: 'The name you entered is too short. Please enter a longer name for this page.',
   453       rename_too_short: 'The name you entered is too short. Please enter a longer name for this page.',
   452       rename_success: 'The page "%page_name_old%" has been renamed to "%page_name_new%". You are encouraged to leave a comment explaining your action.\n\nYou will see the change take effect the next time you reload this page.',
   454       rename_success_title: 'Page renamed',
       
   455       rename_success_body: 'This page has been renamed to "%page_name_new%". You are encouraged to leave a comment explaining your action.<br /><br />Please note that you might not see this change take effect until you reload the page.',
   453       clearlogs_success: 'The logs for this page have been cleared. A backup of this page has been added to the logs table so that this page can be restored in case of vandalism or spam later.',
   456       clearlogs_success: 'The logs for this page have been cleared. A backup of this page has been added to the logs table so that this page can be restored in case of vandalism or spam later.',
   454       delete_need_reason: 'Invalid reason for deletion passed. Please enter a reason for deleting this page.',
   457       delete_need_reason: 'Invalid reason for deletion passed. Please enter a reason for deleting this page.',
   455       delete_success: 'This page has been deleted. Note that there is still a log of edits and actions in the database, and anyone with admin rights can raise this page from the dead unless the log is cleared. If the deleted file is an image, there may still be cached thumbnails of it in the cache/ directory, which is inaccessible to users.',
   458       delete_success: 'This page has been deleted. Note that there is still a log of edits and actions in the database, and anyone with admin rights can raise this page from the dead unless the log is cleared. If the deleted file is an image, there may still be cached thumbnails of it in the cache/ directory, which is inaccessible to users.',
   456       delvote_success: 'Your vote to have this page deleted has been cast.\nYou are encouraged to leave a comment explaining the reason for your vote.',
   459       delvote_success: 'Your vote to have this page deleted has been cast.\nYou are encouraged to leave a comment explaining the reason for your vote.',
   457       delvote_already_voted: 'It appears that you have already voted to have this page deleted.',
   460       delvote_already_voted: 'It appears that you have already voted to have this page deleted.',
   458       delvote_reset_success: 'The number of votes for having this page deleted has been reset to zero.',
   461       delvote_reset_success: 'The number of votes for having this page deleted has been reset to zero.',
   459       password_success: 'The password for this page has been set.',
   462       password_success: 'The password for this page has been set.',
   460       password_disable_success: 'The password for this page has been disabled.',
   463       password_disable_success: 'The password for this page has been disabled.',
   461       
       
   462     },
   464     },
   463     sidebar: {
   465     sidebar: {
   464       title_navigation: 'Navigation',
   466       title_navigation: 'Navigation',
   465       title_tools: 'Tools',
   467       title_tools: 'Tools',
   466       title_search: 'Search',
   468       title_search: 'Search',
   689       // Message box buttons
   691       // Message box buttons
   690       ok: 'OK',
   692       ok: 'OK',
   691       cancel: 'Cancel',
   693       cancel: 'Cancel',
   692       yes: 'Yes',
   694       yes: 'Yes',
   693       no: 'No',
   695       no: 'No',
       
   696       go: 'Go',
   694       unit_bytes: 'bytes',
   697       unit_bytes: 'bytes',
   695       unit_kilobytes: 'kilobytes',
   698       unit_kilobytes: 'kilobytes',
   696       unit_megabytes: 'megabytes',
   699       unit_megabytes: 'megabytes',
   697       unit_gigabytes: 'gigabytes',
   700       unit_gigabytes: 'gigabytes',
   698       unit_terabytes: 'terabytes',
   701       unit_terabytes: 'terabytes',