202 tip_printable: 'View a version of this page that is suitable for printing', |
202 tip_printable: 'View a version of this page that is suitable for printing', |
203 tip_protect_on: 'Prevents all non-administrators from editing this page. [alt-i]', |
203 tip_protect_on: 'Prevents all non-administrators from editing this page. [alt-i]', |
204 tip_protect_off: 'Allows everyone to edit this page. [alt-o]', |
204 tip_protect_off: 'Allows everyone to edit this page. [alt-o]', |
205 tip_protect_semi: 'Allows only users who have been registered for 4 days to edit this page. [alt-p]', |
205 tip_protect_semi: 'Allows only users who have been registered for 4 days to edit this page. [alt-p]', |
206 tip_flushlogs: 'Remove all edit and action logs for this page from the database. IRREVERSIBLE! (alt-l)', |
206 tip_flushlogs: 'Remove all edit and action logs for this page from the database. IRREVERSIBLE! (alt-l)', |
|
207 tip_deletepage: 'Delete this page. This is always reversible unless the logs are cleared. (alt-k)', |
|
208 tip_adminoptions: 'Administrative options for this page', |
|
209 tip_moreoptions: 'Additional options for working with this page', |
207 tip_password: 'Require a password in order for this page to be viewed', |
210 tip_password: 'Require a password in order for this page to be viewed', |
208 tip_aclmanager: 'Manage who can do what with this page (alt-m)', |
211 tip_aclmanager: 'Manage who can do what with this page (alt-m)', |
209 |
212 |
210 }, |
213 }, |
211 comment: { |
214 comment: { |
381 wikimode_btn_submit: 'Set wiki mode', |
384 wikimode_btn_submit: 'Set wiki mode', |
382 |
385 |
383 detag_err_page_exists: 'The detag action is only valid for pages that have been deleted in the past.', |
386 detag_err_page_exists: 'The detag action is only valid for pages that have been deleted in the past.', |
384 detag_success_title: 'Page detagged', |
387 detag_success_title: 'Page detagged', |
385 detag_success_body: 'All stale tags have been removed from this page.', |
388 detag_success_body: 'All stale tags have been removed from this page.', |
|
389 |
|
390 err_custompage_function_missing_title: 'Page backend not found', |
|
391 err_custompage_function_missing_body: 'The administration page you are looking for was properly registered using the page API, but the backend function (<tt>%function_name%</tt>) was not found. If this is a plugin page, then this is almost certainly a bug with the plugin.', |
|
392 err_redirects_exceeded: 'The maximum number of internal redirects has been exceeded.', |
|
393 err_redirect_to_nonexistent: 'This page redirects to another page that doesn\'t exist.', |
|
394 err_redirect_infinite_loop: 'This page infinitely redirects with another page (or another series of pages), and the infinite redirect was trapped.', |
|
395 err_redirect_to_special: 'This page redirects to a Special or Administration page, which is not allowed.', |
|
396 err_access_denied_title: 'You don\'t have permission to view this page.', |
|
397 err_access_denied_body: '<p>Your user account doesn\'t have the necessary permission to view this page. There are a number of possible reasons for this:</p> |
|
398 <ul> |
|
399 <li>You aren\'t logged in. Some pages are restricted to logged-in users.</li> |
|
400 <li>The page you\'re trying to view is protected so that only members of a specific usergroup are allowed to read it.</li> |
|
401 </ul> |
|
402 <p>If you would like to inquire further about this message, you may contact the %site_administration%.</p>', |
|
403 err_access_denied_siteadmin: 'site administrator', |
|
404 msg_this_is_a_redirector: '<b>This page is a <i>redirector</i>.</b><br /> |
|
405 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.<br /><br /> |
|
406 To create a redirect page, make the <i>first characters</i> in the page content <tt>#redirect [[Page_ID]]</tt>. For more information, see the |
|
407 Enano <a href="http://enanocms.org/Help:Wiki_formatting" onclick="window.open(this.href); return false;">Wiki formatting guide</a>.<br /><br /> |
|
408 This page redirects to %redirect_target%.' |
386 }, |
409 }, |
387 catedit: { |
410 catedit: { |
388 title: 'Select which categories this page should be included in.', |
411 title: 'Select which categories this page should be included in.', |
389 no_categories: 'There are no categories on this site yet.', |
412 no_categories: 'There are no categories on this site yet.', |
390 catbox_lbl_categories: 'Categories:', |
413 catbox_lbl_categories: 'Categories:', |