language/english/admin.json
changeset 343 eefe9ab7fe7c
parent 334 c72b545f1304
child 345 4ccdfeee9a11
equal deleted inserted replaced
342:ac34de920762 343:eefe9ab7fe7c
    15 // be trimmed. So you can use a limited amount of Javascript in this so that the language can be imported
    15 // be trimmed. So you can use a limited amount of Javascript in this so that the language can be imported
    16 // via Javascript as well.
    16 // via Javascript as well.
    17 
    17 
    18 var enano_lang = {
    18 var enano_lang = {
    19   categories: [
    19   categories: [
    20     'adm', 'acl', 'adminusers'
    20     'adm', 'acl', 'adminusers',
       
    21     'acphome', 'acpgc', 'acpup', 'acpft', 'acppl', 'acppm',
    21   ],
    22   ],
    22   strings: {
    23   strings: {
    23     meta: {
    24     meta: {
    24       adm: 'Administration panel nav menu',
    25       adm: 'Administration panel nav menu',
    25       acl: 'Access control list editor',
    26       acl: 'Access control list editor',
       
    27       acphome: 'ACP: Home',
       
    28       acpgc: 'ACP: General configuration',
       
    29       acpup: 'ACP: File uploads',
       
    30       acpft: 'ACP: Allowed file types',
       
    31       acppl: 'ACP: Manage plugins',
       
    32       acppm: 'ACP: Manage pages',
    26       adminusers: 'ACP: User management'
    33       adminusers: 'ACP: User management'
    27     },
    34     },
    28     adm: {
    35     adm: {
    29       cat_general: 'General',
    36       cat_general: 'General',
    30       cat_content: 'Content',
    37       cat_content: 'Content',
   112       btn_deleterule: 'Delete rule',
   119       btn_deleterule: 'Delete rule',
   113       btn_createrule: 'Create rule',
   120       btn_createrule: 'Create rule',
   114       btn_returnto_editor: 'Return to ACL editor',
   121       btn_returnto_editor: 'Return to ACL editor',
   115       btn_returnto_userscope: 'Return to user/scope selection',
   122       btn_returnto_userscope: 'Return to user/scope selection',
   116     },
   123     },
       
   124     acphome: {
       
   125       heading_main: 'Welcome to Runt, the Enano administration panel.',
       
   126       welcome_line1: 'Thank you for choosing Enano as your CMS. This screen allows you to see some information about your website, plus some details about how your site is doing statistically.',
       
   127       welcome_line2: 'Using the links on the left you can control every aspect of your website\'s look and feel, plus you can manage users, work with pages, and install plugins to make your Enano installation even better.',
       
   128       msg_demo_title: 'Enano is running in demo mode.',
       
   129       msg_demo_body: 'If you borked something up, or if you\'re done testing, you can <a href="%reset_url%">reset this site</a>. The site is reset automatically once every two hours. When a reset is performed, all custom modifications to the site are lost and replaced with default values.',
       
   130       msg_install_files: '<b>NOTE:</b> It appears that your install.php and/or schema.sql files still exist. It is HIGHLY RECOMMENDED that you delete or rename these files, to prevent getting your server hacked.',
       
   131       heading_updates: 'Check for updates',
       
   132       msg_updates_info: 'Periodically, new releases of Enano will be made available. Click the button below to check for updates to Enano. During this process, a request will be sent to the Enano CMS server (germantown.enanocms.org) over HTTP for an <a href="%updates_url%">XML file</a> containing a list of the latest releases. No information about your Enano installation will be transmitted.',
       
   133       btn_check_updates: 'Check for updates',
       
   134       msg_inactive_users_one: 'It appears that 1 user is awaiting account activation. You can activate the account by going to the <a %um_flags%>User Manager</a>.',
       
   135       msg_inactive_users_plural: 'It appears that %num_users% users are awaiting account activation. You can activate those accounts by going to the <a %um_flags%>User Manager</a>.',
       
   136       heading_top_pages: 'Most requested pages',
       
   137       th_toppages_page: 'Page',
       
   138       th_toppages_hits: 'Hits',
       
   139       heading_seclog: 'Security log',
       
   140       btn_seclog_full: 'Full security log',
       
   141     },
       
   142     acpgc: {
       
   143       err_avatar_dir_invalid: 'You have entered an invalid avatar directory.',
       
   144       msg_save_success: 'Your changes to the site configuration have been saved.',
       
   145       
       
   146       // Section: global site options
       
   147       heading_main: 'Global site options',
       
   148       heading_submain: 'These options control the entire site.',
       
   149       field_site_name: 'Site name:',
       
   150       field_site_desc: 'Site description:',
       
   151       field_main_page: 'Main page:',
       
   152       field_copyright: 'Copyright notice shown on pages:',
       
   153       field_copyright_hint: 'Hint: If you\'re using Windows, you can make a "&copy;" symbol by holding ALT and pressing 0169 on the numeric keypad.',
       
   154       field_contactemail: 'Contact e-mail',
       
   155       field_contactemail_hint: 'All e-mail sent from this site will appear to have come from the address shown here.',
       
   156       
       
   157       // Section: wiki mode
       
   158       heading_wikimode: 'Wiki mode',
       
   159       field_wikimode_intro: 'Enano can also act as a wiki, meaning anyone can edit and create pages. To enable Wiki Mode, check the box to the right.',
       
   160       field_wikimode_info_sanitize: 'In Wiki Mode, certain HTML tags such as &lt;script&gt; and &lt;object&gt; are disabled, and all PHP code is disabled, except if the person editing the page is an administrator.',
       
   161       field_wikimode_info_history: 'Also, Enano keeps complete page history, which makes restoring vandalized pages easy. You can also protect pages so that they cannot be edited.',
       
   162       field_wikimode: 'Enable Wiki Mode',
       
   163       field_editnotice_title: 'Edit page notice',
       
   164       field_editnotice_info: 'When Wiki Mode is enabled, anyone can edit pages. Check the box below and enter a message to display it whenever the page editor is opened. Administrators often use this field to display a legal disclaimer or a notice of what license the user agrees to submit their content under.',
       
   165       field_editnotice: 'Show a message whenever pages are edited',
       
   166       field_edit_require_captcha_title: 'Require visual confirmation for guests editing pages',
       
   167       field_edit_require_captcha_hint: 'If this is enabled, guests will be asked to enter a visual confirmation code before saving changes to a page.',
       
   168       field_edit_require_captcha: 'Require guests to complete a CAPTCHA when editing pages',
       
   169       
       
   170       // Section: statistics and hit counting
       
   171       heading_stats: 'Statistics and hit counting',
       
   172       stats_intro: 'Enano has the ability to show statistics for every page on the site. This allows you to keep very close track of who is visiting your site, and from where.',
       
   173       stats_hint_privacy: 'Unfortunately, some users don\'t like being logged. For this reason, you should state clearly what is logged (usually the username or IP address, current time, page name, and referer URL) in your privacy policy. If your site is primarily geared towards children, and you are a United States citizen, you are required to have a privacy policy stating exactly what is being logged under the terms of the Childrens\' Online Privacy Protection Act.',
       
   174       field_stats_enable: 'Log all page hits',
       
   175       field_stats_hint: 'This excludes special and administration pages.',
       
   176       
       
   177       // Section: comment system
       
   178       heading_comments: 'Comment system',
       
   179       field_enable_comments: 'Enable the comment system',
       
   180       field_approve_comments: 'Require approval before article comments can be shown',
       
   181       field_comment_allow_guests: 'Allow guests to post comments',
       
   182       field_comment_allow_guests_yes: 'Yes',
       
   183       field_comment_allow_guests_captcha: 'Require visual confirmation',
       
   184       field_comment_allow_guests_no: 'No (require login)',
       
   185       
       
   186       // Section: disable site
       
   187       heading_disablesite: 'Disable all site access',
       
   188       field_disablesite_hint: 'Disabling the site allows you to work on the site without letting non-administrators see or use it.',
       
   189       field_disablesite: 'Disable this site',
       
   190       field_disablesite_message: 'Message to show to users:',
       
   191       
       
   192       // Main section: users and communication
       
   193       heading_users: 'Users and communication',
       
   194       
       
   195       // Section: account activation
       
   196       heading_activate: 'User account activation',
       
   197       activate_intro_line1: 'If you would like to require users to confirm their e-mail addresses by way of account activation, you can enable this behavior here. If this option is set to "None", users will be able to register and use this site without confirming their e-mail addresses. If this option is set to "User", users will automatically be sent e-mails upon registration with a link to activate their accounts. And lastly, if this option is set to "Admin", users\' accounts will not be active until an administrator activates the account.',
       
   198       activate_intro_line2: 'You may also disable registration completely if needed.',
       
   199       activate_intro_sfnet_warning: 'Note: because of abuse by project administrators, sending account activation e-mails will not work on SourceForge.net servers.',
       
   200       field_activate: 'Account activation:',
       
   201       field_activate_disable: 'Disable registration',
       
   202       field_activate_none: 'None',
       
   203       field_activate_user: 'User',
       
   204       field_activate_admin: 'Admin',
       
   205       
       
   206       // Section: account lockouts
       
   207       heading_lockout: 'Account lockouts',
       
   208       lockout_intro: 'Configure Enano to prevent or restrict logins for a specified period of time if a user enters an incorrect password a specific number of times.',
       
   209       field_lockout_threshold: 'Lockout threshold:',
       
   210       field_lockout_threshold_hint: 'How many times can a user enter wrong credentials before a lockout goes into effect?',
       
   211       field_lockout_duration: 'Lockout duration:',
       
   212       field_lockout_duration_hint: 'This is how long an account lockout should last, in minutes.',
       
   213       field_lockout_policy: 'Lockout policy:',
       
   214       field_lockout_policy_hint: 'What should be done when a lockout goes into effect?',
       
   215       field_lockout_policy_nothing: 'Don\'t do anything',
       
   216       field_lockout_policy_captcha: 'Require visual confirmation',
       
   217       field_lockout_policy_lockout: 'Prevent all login attempts',
       
   218       
       
   219       // Section: password strength
       
   220       heading_passstrength: 'Password strength',
       
   221       field_passstrength_title: 'Enable password strength analysis',
       
   222       field_passstrength_hint: 'This should be enabled in most cases. When this is enabled, a strength meter and a numerical score will be displayed wherever a password can be changed.',
       
   223       field_passstrength: 'Enabled',
       
   224       field_passminimum_title: 'Minimum strength score',
       
   225       field_passminimum_hint: 'This is the lowest score a password will be allowed to have. -10 will allow any password. A score of under -3 is considered weak, under 1 is fair, under 4 is good, under 10 is strong, and 10 and above are very strong. The scale is open-ended. This only has an effect if the meter is enabled above.',
       
   226       
       
   227       // Section: e-mail
       
   228       heading_email: 'E-mail sent from the site',
       
   229       field_email_method: 'E-mail sending method:',
       
   230       field_email_method_hint: 'Try using the built-in e-mail method first. If that doesn\'t work, you will need to enter valid SMTP information here.',
       
   231       field_email_method_builtin: 'PHP\'s built-in mail() function',
       
   232       field_email_method_smtp: 'Use an external SMTP server',
       
   233       field_email_smtp_hostname: 'SMTP hostname:',
       
   234       field_email_smtp_hostname_hint: 'This option only applies to the external SMTP mode.',
       
   235       field_email_smtp_auth: 'SMTP credentials:',
       
   236       field_email_smtp_username: 'Username:',
       
   237       field_email_smtp_password: 'Password:',
       
   238       
       
   239       // Section: avatars
       
   240       heading_avatars: 'Avatars',
       
   241       avatars_intro: 'Avatars are small images that users can display on their profiles and in comments.',
       
   242       field_avatar_enable: 'Enable avatar support:',
       
   243       field_avatar_enable_hint: 'Supported formats are JPEG, PNG, and GIF&trade;.',
       
   244       field_avatar_enable_label: 'Enabled',
       
   245       field_avatar_max_filesize: 'Maximum avatar file size:',
       
   246       field_avatar_max_filesize_hint: 'For smaller sites, the highest value for this should be about 50KB, 51200. Larger sites with more visitors will likely want to use something much smaller, such as 10KB.',
       
   247       field_avatar_max_dimensions: 'Maximum avatar dimensions:',
       
   248       field_avatar_max_dimensions_hint: 'The format is width &#215; height. Typically you want to have this square (the same width and height). These are only maximum dimensions; users are not prevented from having smaller images.',
       
   249       field_avatar_allow_anim_title: 'Allow animated avatars:',
       
   250       field_avatar_allow_anim_hint: 'If this is checked, users can upload APNG and Animated GIF&trade; avatars. Sometimes such images can be specifically made to be distracting, like rapidly flashing images. If this is unchecked, these formats will be blocked, and only still PNGs and GIFs will be allowed.',
       
   251       field_avatar_allow_anim: 'Don\'t block animated images',
       
   252       field_avatar_upload_methods: 'Allowed upload methods:',
       
   253       field_avatar_upload_file: 'Allow users to upload image files from their computers',
       
   254       field_avatar_upload_http: 'Allow users to enter a URL to their desired avatar',
       
   255       field_avatar_directory: 'Avatar storage directory:',
       
   256       field_avatar_directory_hint: 'This should be relative to your Enano root and should contain only alphanumeric characters and forward slashes, even if your server runs Windows.',
       
   257       
       
   258       // Main section: sidebar links
       
   259       heading_sidebar: 'Sidebar links',
       
   260       
       
   261       // Section: promote Enano
       
   262       heading_promoteenano: 'Promote Enano',
       
   263       field_enano_link_title: 'If you think Enano is nice, or if you want to show your support for the Enano team, you can do so by placing a link to the Enano homepage in your Links sidebar block. You absolutely don\'t have to do this, and you won\'t get degraded support if you don\'t. Because Enano is still relatively new in the CMS world, it needs all the attention it can get - and you can easily help to spread the word using this link. Note that this is different from the "Powered by Enano" link in the footer of the page - our philosophy and guidelines regarding the About Enano page and its associated link on every page are discussed on the <a href="http://enanocms.org/Licensing_specifics">Enano website</a>.',
       
   264       field_enano_link: 'Place a link to enanocms.org on the sidebar',
       
   265       
       
   266       // Section: SF.net logo
       
   267       heading_sfnet_logo: 'SourceForge.net logo',
       
   268       sfnet_intro: 'All projects hosted by SourceForge.net are required to display an official SourceForge.net logo on their pages.  If you want to display a SourceForge.net logo on the sidebar, check the box below, enter your group ID, and select an image type.',
       
   269       field_sfnet_display: 'Display the SourceForge.net logo on the right sidebar',
       
   270       field_sfnet_group_id: 'Group ID:',
       
   271       field_sfnet_logo_style: 'Logo style:',
       
   272       field_sfnet_logo_style_1: '88x31%this.etc_unit_pixels_short%, white',
       
   273       field_sfnet_logo_style_2: '125x37%this.etc_unit_pixels_short%, white',
       
   274       field_sfnet_logo_style_3: '125x37%this.etc_unit_pixels_short%, black',
       
   275       field_sfnet_logo_style_4: '125x37%this.etc_unit_pixels_short%, blue',
       
   276       field_sfnet_logo_style_5: '210x62%this.etc_unit_pixels_short%, white',
       
   277       field_sfnet_logo_style_6: '210x62%this.etc_unit_pixels_short%, black',
       
   278       field_sfnet_logo_style_7: '210x62%this.etc_unit_pixels_short%, blue',
       
   279       
       
   280       // Section: W3C validation buttons
       
   281       heading_w3clogos: 'W3C compliance logos',
       
   282       w3clogos_intro: 'Enano generates (by default) Valid XHTML 1.1 code, plus valid CSS.  If you want to show this off, check the appropriate boxes below.',
       
   283       w3clogos_btn_html32: 'HTML 3.2',
       
   284       w3clogos_btn_html40: 'HTML 4.0',
       
   285       w3clogos_btn_html401: 'HTML 4.01',
       
   286       w3clogos_btn_xhtml10: 'XHTML 1.0',
       
   287       w3clogos_btn_xhtml11: 'XHTML 1.1',
       
   288       w3clogos_btn_css: 'CSS',
       
   289       
       
   290       // Section Defective By Design link
       
   291       heading_dbd: 'Defective By Design Anti-DRM button',
       
   292       dbd_intro: 'The Enano project is strongly against Digital Restrictions Management.',
       
   293       dbd_explain: 'DRM removes the freedoms that every consumer should have: to freely copy and use digital media items they legally purchased to their own devices. Showing your opposition to DRM is as easy as checking the box below to place a link to <a href="http://www.defectivebydesign.org">DefectiveByDesign.org</a> on your sidebar.',
       
   294       field_stopdrm: 'Help stop DRM by placing a link to DBD on the sidebar!',
       
   295       
       
   296       // Save button
       
   297       btn_save_changes: 'Save changes'
       
   298     },
       
   299     acpup: {
       
   300       heading_main: 'File upload configuration',
       
   301       intro: 'Enano supports the ability to upload files to your website and store the files in the database. This enables you to embed images and such into pages without manually writing the HTML. However, the upload feature can sometimes pose a risk to your site, as viruses and executable files can sometimes be uploaded.',
       
   302       field_enable: 'Enable file uploads',
       
   303       field_max_size: 'Maximum file size:',
       
   304       info_magick: 'You can allow Enano to generate thumbnails of images automatically. This feature requires ImageMagick to work properly. If your server does not have ImageMagick on it, Enano will try to use the GD library (if available) to scale images. This can be slower, but it works on a wider range of servers. If even that does not work, Enano will simply make your users\' browsers scale the images. In most cases this is fine, but if you are uploading large (>100KB) images and embedding them inside of pages, you should try to enable ImageMagick or configure GD because transferring these large images many times can cost you quite a lot of bandwidth.',
       
   305       field_magick_enable: 'Use ImageMagick to scale images',
       
   306       field_magick_path: 'Path to ImageMagick:',
       
   307       // Translators: for the path here, please be sure to use a double-backslash in the Windows path. Avoid translating the file paths
       
   308       // anyway since they're generally the same even on non-English Windows systems.
       
   309       field_magick_path_hint: 'On Linux and Unix servers, the most likely options here are /usr/bin/convert and /usr/local/bin/convert. If you server runs Windows, then ImageMagick is most likely to be C:\\Windows\\Convert.exe or C:\\Windows\\System32\\Convert.exe.',
       
   310       info_cache: 'If you use ImageMagick to scale images, your server will be very busy constantly scaling images if your website is busy, and your site may experience slowdowns. You can dramatically speed up this scaling process if you use a directory to cache thumbnail images.',
       
   311       info_cache_chmod: '<b>Please note:</b> the cache/ directory on your server <u>must</u> be writable by the server. While this is not usually a problem on Windows servers, most Linux/Unix servers will require you to CHMOD the cache/ directory to 777. See your FTP client\'s user guide for more information on how to do this.',
       
   312       msg_cache_not_writable: ' <b>At present, it seems that the cache directory is not writable. The checkbox below has been disabled to maintain the stability of Enano.</b>',
       
   313       field_cache: 'Cache thumbnailed images',
       
   314       info_history: 'Lastly, you can choose whether file history will be saved. If this option is turned on, you will be able to roll back any malicious changes made to uploaded files, but this requires a significant amount of filesystem storage. You should probably leave this option enabled unless you have less than 250MB of disk space on your hosting account or server.',
       
   315       field_history: 'Keep a history of uploaded files',
       
   316       btn_save: 'Save changes',
       
   317     },
       
   318     acpft: {
       
   319       // Nope. There isn't anything else. Sorry to disappoint.
       
   320       heading_main: 'Allowed file types',
       
   321       hint: 'Using the form below, you can decide which file types are allowed to be uploaded to this site.',
       
   322       msg_saved: 'Your changes have been saved.',
       
   323       msg_demo_mode: 'Hmm, enabling executables, are we? Tsk tsk. I\'d love to know what\'s in that EXE file you want to upload. OK, maybe you didn\'t enable EXEs. But nevertheless, changing allowed filetypes is disabled in the demo.',
       
   324     },
       
   325     acppl: {
       
   326       err_heading: 'Error disabling plugin',
       
   327       err_demo_plugin: 'The demo lockdown plugin cannot be disabled in demo mode.',
       
   328       err_system_plugin: 'The plugin you selected cannot be disabled because it is a system plugin.',
       
   329       err_open_dir: 'The plugins/ directory could not be opened.',
       
   330       err_missing_dir: 'The plugins/ directory is missing from your Enano installation.',
       
   331       col_filename: 'Plugin filename',
       
   332       col_name: 'Plugin name',
       
   333       col_description: 'Description',
       
   334       col_author: 'Author',
       
   335       col_version: 'Version',
       
   336       btn_enable: 'Enable',
       
   337       btn_disable: 'Disable',
       
   338       btn_hide_system: 'Hide system plugins',
       
   339       btn_show_system: 'Show system plugins',
       
   340       lbl_system_plugin: '[System]',
       
   341     },
       
   342     acppm: {
       
   343       heading_main: 'Edit page properties',
       
   344       hint: 'This panel allows you to edit various properties of pages that aren\'t visible anywhere else. In addition to renaming pages, you can also change their <a href="http://docs.enanocms.org/Help:2.3">URL string</a> and options such as whether to index the page for searching or bypass Enano\'s template engine.',
       
   345       err_page_not_found: 'No pages matching that search string could be found.',
       
   346       msg_results_ambiguous_title: 'Ambiguous search results',
       
   347       msg_results_ambiguous_body: 'Multiple pages that matched your search terms were found. Please select the page you wish to modify:',
       
   348       ambig_btn_viewpage: 'View',
       
   349       err_ambig_absolute: 'Your database is corrupt as it contains multiple pages with the same urlname and namespace.',
       
   350       lbl_field_search: 'Search for a page title or URL string:',
       
   351       heading_select_page_from_list: 'Select page from a list',
       
   352       hint_select_page_from_list: 'You can also select the page you want to modify from the list below. The list is broken into sections of 100 pages, so if you have a lot of pages on your site, you can click the pagination control below to view more pages.',
       
   353       
       
   354       // Edit form
       
   355       heading_editing: 'Editing page:',
       
   356       lbl_page_name: 'Page\'s title:',
       
   357       lbl_page_urlname: 'URL string:',
       
   358       lbl_page_urlname_hint: 'No spaces, and don\'t enter the namespace prefix (e.g. User:). Changing this value is usually not a good idea, especially for templates and project pages, because it will invalidate the page\'s current URL.',
       
   359       lbl_namespace: 'Namespace (URL prefix):',
       
   360       ns_article: '[No prefix, default Article namespace]',
       
   361       heading_advanced: 'Advanced options',
       
   362       lbl_enable_comments_title: 'Allow comments to be posted on this page?',
       
   363       lbl_enable_comments_hint: 'This option has no effect if comments are disabled globally in the administration panel. This option is enabled by default.',
       
   364       lbl_enable_comments: 'Enable comments on this page',
       
   365       lbl_special_title: 'Mark page as self-contained?',
       
   366       lbl_special_hint: 'This option enables you to use your own HTML headers and other code. If you enable this, only the raw contents of the page will be displayed instead of Enano\'s full page formatting and styles. It is recommended that only advanced users enable this feature. As with other Enano pages, you may use PHP code in your pages (dependent on permissions), meaning you can use Enano\'s API on the page.',
       
   367       lbl_special: 'Bypass the template engine for this page',
       
   368       lbl_visible_title: 'Make page publicly listed?',
       
   369       lbl_visible_hint: 'If you enable this option, this page will be indexed for searching and will appear in public page lists such as Special:AllPages. This option is enabled by default. Disabling this does not protect the page from unauthorized access. If you want to keep this page from being accessed without authorization, you should create abstract new ACL rule or password-protect the page.',
       
   370       lbl_visible: 'Allow page to be indexed and listed',
       
   371       lbl_protected_title: 'Protect page from edits?',
       
   372       lbl_protected_off: 'Unprotected',
       
   373       lbl_protected_on: 'Fully protected',
       
   374       lbl_protected_semi: 'Semi-protected',
       
   375       lbl_protected_hint: 'This option only has an effect if Wiki Mode is enabled. Selecting Unprotected means that any user (unless specifically blacklisted) can edit this page. Fully protected means that only administrators can edit the page. Semi-protected restricts editing to administrators and users that have been registered for at least four days.<br /><br /><b>Above all, no users except administrators can edit this page unless an ACL specifically allows it or Wiki Mode is enabled.</b>',
       
   376       lbl_wikimode_title: 'Enable Wiki Mode for this page?',
       
   377       lbl_wikimode_on: 'Enabled',
       
   378       lbl_wikimode_off: 'Disabled',
       
   379       lbl_wikimode_global: 'Inherit global setting',
       
   380       lbl_wikimode_hint: 'By default, all pages use the Wiki Mode setting defined in General Configuration. You can override that using this field. Be aware that there are advantages and disadvantages to Wiki Mode. For example, Wiki Mode encourages collaboration, but also permits vandalism. See the <a href="http://docs.enanocms.org/Help:2.5">Enano Documentation article on Wiki Mode</a> for more information.',
       
   381       lbl_delete_title: 'Delete this page?',
       
   382       lbl_delete_hint: 'Remember that deleting pages is always reversible unless you clear the page\'s logs after deleting it.',
       
   383       lbl_delete: 'Delete this page when I click Save',
       
   384       
       
   385       err_invalid_page_name: 'Please enter a name for the page.',
       
   386       err_invalid_url_string: 'Please enter a URL string for the page.',
       
   387       err_invalid_namespace: 'The namespace you selected is, for whatever reason, not valid.',
       
   388       err_invalid_protection: 'The protection level selected is invalid.',
       
   389       err_invalid_wiki_mode: 'The Wiki Mode level selected is invalid.',
       
   390       err_header: 'There were one or more problems that prevented the page from being saved:',
       
   391       delete_reason: 'Administrative deletion from admin CP; contact webmaster for details',
       
   392       
       
   393       msg_save_success: 'Your changes to the page have been saved. <a href="%viewpage_url%">View page &raquo;</a>',
       
   394     },
   117     adminusers: {
   395     adminusers: {
   118       avatar_heading: 'Avatar settings',
   396       avatar_heading: 'Avatar settings',
   119       avatar_image_none: 'This user does not currently have an avatar.',
   397       avatar_image_none: 'This user does not currently have an avatar.',
   120       avatar_lbl_change: 'Change avatar:',
   398       avatar_lbl_change: 'Change avatar:',
   121       avatar_lbl_keep: 'Keep current setting',
   399       avatar_lbl_keep: 'Keep current setting',