diff -r 854eecfada20 -r 474f8be55943 language/english/enano.json --- a/language/english/enano.json Fri Dec 07 16:42:22 2007 -0500 +++ b/language/english/enano.json Fri Dec 07 18:47:37 2007 -0500 @@ -204,6 +204,9 @@ tip_protect_off: 'Allows everyone to edit this page. [alt-o]', tip_protect_semi: 'Allows only users who have been registered for 4 days to edit this page. [alt-p]', tip_flushlogs: 'Remove all edit and action logs for this page from the database. IRREVERSIBLE! (alt-l)', + tip_deletepage: 'Delete this page. This is always reversible unless the logs are cleared. (alt-k)', + tip_adminoptions: 'Administrative options for this page', + tip_moreoptions: 'Additional options for working with this page', tip_password: 'Require a password in order for this page to be viewed', tip_aclmanager: 'Manage who can do what with this page (alt-m)', @@ -383,6 +386,26 @@ detag_err_page_exists: 'The detag action is only valid for pages that have been deleted in the past.', detag_success_title: 'Page detagged', detag_success_body: 'All stale tags have been removed from this page.', + + err_custompage_function_missing_title: 'Page backend not found', + err_custompage_function_missing_body: 'The administration page you are looking for was properly registered using the page API, but the backend function (%function_name%) was not found. If this is a plugin page, then this is almost certainly a bug with the plugin.', + err_redirects_exceeded: 'The maximum number of internal redirects has been exceeded.', + err_redirect_to_nonexistent: 'This page redirects to another page that doesn\'t exist.', + err_redirect_infinite_loop: 'This page infinitely redirects with another page (or another series of pages), and the infinite redirect was trapped.', + err_redirect_to_special: 'This page redirects to a Special or Administration page, which is not allowed.', + err_access_denied_title: 'You don\'t have permission to view this page.', + err_access_denied_body: '

Your user account doesn\'t have the necessary permission to view this page. There are a number of possible reasons for this:

+ +

If you would like to inquire further about this message, you may contact the %site_administration%.

', + err_access_denied_siteadmin: 'site administrator', + msg_this_is_a_redirector: 'This page is a redirector.
+ This means that this page will not show its own content by default. Instead it will display the contents of the page it redirects to.

+ To create a redirect page, make the first characters in the page content #redirect [[Page_ID]]. For more information, see the + Enano Wiki formatting guide.

+ This page redirects to %redirect_target%.' }, catedit: { title: 'Select which categories this page should be included in.',