language/english/core.json
author Dan
Thu, 27 Dec 2007 22:09:33 -0500
changeset 335 67bd3121a12e
parent 334 c72b545f1304
child 336 bfa2e9c23f03
permissions -rw-r--r--
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.

/*
 * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
 * Version 1.1.1
 * Copyright (C) 2006-2007 Dan Fuhry
 *
 * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
 */

// This is the main language file for Enano. Feel free to use it as a base for your own translations.
// All text in this file before the first left curly brace and all text after the last curly brace will
// be trimmed. So you can use a limited amount of Javascript in this so that the language can be imported
// via Javascript as well.

var enano_lang = {
  categories: [
    'page', 'comment', 'onpage', 'etc', 'editor', 'history', 'catedit', 'tags', 'delvote', 'ajax', 'sidebar', 'perm'
  ],
  strings: {
    meta: {
      page: 'Page creation and control',
      comment: 'Comment display',
      onpage: 'On-page buttons and controls',
      etc: 'Miscellaneous strings',
      editor: 'Page editor interface',
      history: 'Page history and log viewer',
      catedit: 'Categorization box and editor',
      tags: 'Page tagging interface',
      delvote: 'Page deletion vote interface',
      ajax: 'On-page AJAX applets',
      sidebar: 'Default sidebar blocks and buttons',
      perm: 'Page actions (for ACLs)',
      plural: 's',
      enano_about_th: 'About the Enano Content Management System',
      enano_about_poweredby: '<p>This website is powered by <a href="http://enanocms.org/">Enano</a>, the lightweight and open source CMS that everyone can use. Enano is copyright &copy; 2006-2007 Dan Fuhry. For legal information, along with a list of libraries that Enano uses, please see <a href="http://enanocms.org/Legal_information">Legal Information</a>.</p><p>The developers and maintainers of Enano strongly believe that software should not only be free to use, but free to be modified, distributed, and used to create derivative works. For more information about Free Software, check out the <a href="http://en.wikipedia.org/wiki/Free_Software" onclick="window.open(this.href); return false;">Wikipedia page</a> or the <a href="http://www.fsf.org/" onclick="window.open(this.href); return false;">Free Software Foundation\'s</a> homepage.</p>',
      enano_about_gpl: '<p>This program is Free Software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p><p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.</p><p>You should have received <a href="%gpl_link%">a copy of the GNU General Public License</a> along with this program; if not, write to:</p><p style="margin-left 2em;">Free Software Foundation, Inc.,<br />51 Franklin Street, Fifth Floor<br />Boston, MA 02110-1301, USA</p><p>Alternatively, you can <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">read it online</a>.</p>',
      enano_about_lbl_enanoversion: '<a href="http://enanocms.org">Enano</a> version:',
      enano_about_lbl_webserver: 'Web server:',
      enano_about_lbl_serverplatform: 'Server platform:',
      enano_about_lbl_phpversion: '<a href="http://www.php.net/">PHP</a> version:',
      enano_about_lbl_mysqlversion: '<a href="http://www.mysql.com/">MySQL</a> version:',
    },
    page: {
      protect_lbl_success_title: 'Page protected',
      protect_lbl_success_body: 'The protection setting has been applied. <a href="%page_link%">Return to the page</a>.',
      protect_err_need_reason: 'Error: you must enter a reason for protecting this page.',
      protect_lbl_reason: 'Reason for protecting the page:',
      protect_lbl_level: 'Protecion level to be applied:',
      protect_lbl_level_none: 'No protection',
      protect_lbl_level_semi: 'Semi-protection',
      protect_lbl_level_full: 'Full protection',
      protect_btn_submit: 'Protect page',
      
      rename_err_need_name: 'Error: you must enter a new name for this page.',
      rename_lbl: 'Please enter a new name for this page:',
      rename_btn_submit: 'Rename page',
      rename_success_title: 'Page renamed',
      
      flushlogs_warning_stern: '<h3>You are about to <span style="color: red;">destroy</span> all logged edits and actions on this page.</h3><p>Unlike deleting or editing this page, this action is <u>not reversible</u>! You should only do this if you are desparate for database space.</p><p>Do you really want to continue?</p>',
      flushlogs_btn_submit: 'Flush logs',
      
      delvote_warning_stern: '<h3>Your vote counts.</h3><p>If you think that this page is not relavent to the content on this site, or if it looks like this page was only created in an attempt to spam the site, you can request that this page be deleted by an administrator.</p><p>After you vote, you should leave a comment explaining the reason for your vote, especially if you are the first person to vote against this page.</p>',
      
      delvote_count_zero: 'So far, no one has voted for the deletion of this page.',
      delvote_count_one: 'So far, one person has voted to delete this page.',
      delvote_count_plural: 'So far, %delvotes% people have voted to delete this page.',
      delvote_btn_submit: 'Vote to delete this page',
      delvote_reset_btn_submit: 'Reset votes',
      
      delete_warning_stern: '<h3>You are about to <span style="color: red;">destroy</span> this page.</h3><p>While the deletion of the page itself is completely reversible, it is impossible to recover any comments or category information on this page. If this is a file page, the file along with all older revisions of it will be permanently deleted. Also, any custom information that this page is tagged with, such as a custom name, protection status, or additional settings such as whether to allow comments, will be permanently lost.</p><p>Are you <u>absolutely sure</u> that you want to continue?<br />You will not be asked again.</p>',
      delete_btn_submit: 'Delete this page',
      delete_lbl_reason: 'Reason for deleting:',
      
      wikimode_success_redirect: 'Wiki mode for this page has been set. Redirecting you to the page...',
      wikimode_level_on: 'Wiki features will be enabled.',
      wikimode_level_off: 'Wiki features will be disabled.',
      wikimode_level_global: 'Wiki features will be synchronized to the global setting.',
      wikimode_heading: 'You are changing wiki mode for this page.',
      wikimode_warning: 'If you want to continue, please click the button below.',
      wikimode_blurb_disable: 'Because this will disable the wiki behavior on this page, several features, most notably the ability for users to vote to have this page deleted, will be disabled as they are not relevant to non-wiki pages. In addition, users will not be able to edit this page unless an ACL rule specifically permits them.',
      wikimode_blurb_enable: 'Because this will enable the wiki behavior on this page, users will gain the ability to freely edit this page unless an ACL rule specifically denies them. If your site is public and gets good traffic, you should be aware of the possiblity of vandalism, and you need to be ready to revert malicious edits to this page.',
      wikimode_btn_submit: 'Set wiki mode',
      
      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 (<tt>%function_name%</tt>) 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: '<p>Your user account doesn\'t have the necessary permission to view this page. There are a number of possible reasons for this:</p>
                               <ul>
                                 <li>You aren\'t logged in. Some pages are restricted to logged-in users.</li>
                                 <li>The page you\'re trying to view is protected so that only members of a specific usergroup are allowed to read it.</li>
                               </ul>
                               <p>If you would like to inquire further about this message, you may contact the %site_administration%.</p>',
      err_access_denied_siteadmin: 'site administrator',
      msg_this_is_a_redirector: '<b>This page is a <i>redirector</i>.</b><br />
                    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 />
                    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
                    Enano <a href="http://enanocms.org/Help:Wiki_formatting" onclick="window.open(this.href); return false;">Wiki formatting guide</a>.<br /><br />
                    This page redirects to %redirect_target%.'
    },
    comment: {
      lbl_subject: 'Subject',
      lbl_mod_options: 'Moderator options:',
      heading: 'Article comments',
      btn_send_privmsg: 'Send private message',
      btn_add_buddy: 'Add to buddy list',
      btn_edit: 'edit',
      btn_delete: 'delete',
      btn_mod_approve: 'Approve',
      btn_mod_unapprove: 'Unapprove',
      btn_mod_delete: 'Delete',
      btn_save: 'save',
      
      msg_comment_posted: 'Your comment has been posted. If it does not appear right away, it is probably awaiting approval.',
      
      msg_count_zero: 'There are <span id="comment_count_inner">no</span> comments on this %page_type%.',
      msg_count_one: 'There is <span id="comment_count_inner">1</span> comment on this %page_type%.',
      msg_count_plural: 'There are <span id="comment_count_inner">%num_comments%</span> comments on this %page_type%.',
      
      msg_count_unapp_mod: '<span id="comment_count_unapp_inner">%num_unapp%</span> of those are unapproved.',
      msg_count_unapp_one: 'However, there is <span id="comment_count_unapp_inner">1</span> additional comment awaiting approval.',
      msg_count_unapp_plural: 'However, there are <span id="comment_count_unapp_inner">%num_unapp%</span> additional comments awaiting approval.',
      
      msg_note_unapp: '(Unapproved)',
      
      msg_delete_confirm: 'Do you really want to delete this comment?',
      
      postform_title: 'Got something to say?',
      postform_blurb: 'If you have comments or suggestions on this article, you can shout it out here.',
      postform_blurb_unapp: 'Before your post will be visible to the public, a moderator will have to approve it.',
      postform_blurb_captcha: 'Because you are not logged in, you will need to enter a visual confirmation before your comment will be posted.',
      postform_blurb_link: 'Leave a comment...',
      postform_field_name: 'Your name/screen name:',
      postform_field_subject: 'Comment subject:',
      postform_field_comment: 'Comment:',
      postform_field_captcha_title: 'Visual confirmation:',
      postform_field_captcha_blurb: 'Please enter the confirmation code seen in the image on the right into the box. If you cannot read the code, please click on the image to generate a new one. This helps to prevent automated bot posting.',
      postform_field_captcha_label: 'Confirmation code:',
      postform_field_captcha_cantread_js: 'If you can\'t read the code, click on the image to generate a new one.',
      postform_field_captcha_cantread_nojs: 'If you can\'t read the code, please refresh this page to generate a new one.',
      postform_btn_submit: 'Submit comment',
      
      on_friend_list: 'On your friend list',
      on_foe_list: 'On your foe list',
    },
    onpage: {
      lbl_pagetools: 'Page tools',
      lbl_page_article: 'article',
      lbl_page_admin: 'administration page',
      lbl_page_system: 'system message',
      lbl_page_file: 'uploaded file',
      lbl_page_help: 'documentation page',
      lbl_page_user: 'user page',
      lbl_page_special: 'special page',
      lbl_page_template: 'template',
      lbl_page_project: 'project page',
      lbl_page_category: 'category',
      
      btn_discussion: 'discussion (%num_comments%)',
      btn_discussion_unapp: 'discussion (%num_comments% total, %num_unapp% unapp.)',
      btn_edit: 'edit this page',
      btn_viewsource: 'view source',
      btn_history: 'history',
      btn_moreoptions: 'more options',
      
      btn_rename: 'rename',
      btn_printable: 'view printable version',
      btn_votedelete: 'vote to delete this page',
      btn_votedelete_reset: 'reset deletion votes',
      lbl_wikimode: 'page wiki mode:',
      btn_wikimode_on: 'on',
      btn_wikimode_off: 'off',
      btn_wikimode_global: 'global',
      lbl_protect: 'protection:',
      btn_protect_on: 'on',
      btn_protect_off: 'off',
      btn_protect_semi: 'semi',
      btn_clearlogs: 'clear page logs',
      btn_deletepage: 'delete this page',
      btn_deletepage_votes: ' (<b>%num_votes%</b> vote%plural%)',
      lbl_password: 'page password:',
      btn_password_set: 'set',
      btn_acl: 'manage page access',
      btn_admin: 'administrative options',
      
      tip_article: 'View the page contents, all of the page contents, and nothing but the page contents (alt-a)',
      tip_comments: 'View the comments that other users have posted about this page (alt-c)',
      tip_edit: 'Edit the contents of this page (alt-e)',
      tip_viewsource: 'View the source code (wiki markup) that this page uses (alt-e)',
      tip_history: 'View a log of actions taken on this page (alt-h)',
      tip_rename: 'Change the display name of this page (alt-r)',
      tip_delvote: 'Vote to have this page deleted (alt-d)',
      tip_resetvotes: 'Clear the list of votes for deletion against this page (alt-y)',
      tip_printable: 'View a version of this page that is suitable for printing',
      tip_protect_on: 'Prevents all non-administrators from editing this page. [alt-i]',
      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)',
    },
    editor: {
      err_server: 'There was a problem starting the editor',
      err_access_denied_title: 'Not authorized to view source',
      err_access_denied_body: 'You are not authorized to edit or view the source of this page.',
      err_save_title: 'There was a problem saving the page.',
      err_save_body: 'A few problems were encountered while your page was being saved:',
      err_obsolete_title: 'Someone else modified this page while you were editing it',
      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.',
      // Server-side errors
      err_no_rows: 'Page doesn\'t exist in the database',
      err_no_permission: 'You do not have permission to edit this page.',
      err_page_protected: 'This page is protected, and you do not have permission to edit protected pages.',
      
      msg_saved: 'Your changes to this page have been saved.',
      msg_revert_confirm: 'Do you really want to revert your changes?',
      msg_discard_confirm: 'Do you really want to discard your changes?',
      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.',
      msg_unload: 'If you do, any changes that you have made to this page will be lost.',
      msg_revert_confirm_title: 'Do you really want to revert your changes?',
      msg_revert_confirm_body: 'If you choose to continue, all of the changes you have made to this page will be lost, and the editor will be set with the latest copy of the page.',
      msg_cancel_confirm_title: 'Do you want to cancel your changes?',
      msg_cancel_confirm_body: 'Are you sure you want to discard the changes you made? If you continue, your changes cannot be recovered.',
      msg_diff: 'Below is a summarization of the differences between the current revision of the page (left), and your version (right).',
      msg_diff_empty: 'There are no differences between the text in the editor and the current revision of the page.',
      btn_graphical: 'graphical editor',
      btn_wikitext: 'wikitext editor',
      lbl_edit_summary: 'Brief summary of your changes:',
      lbl_edit_summary_explain: 'Please summarize and briefly explain what you changed on the page.',
      lbl_minor_edit: 'Mark revision as trivial:',
      lbl_minor_edit_field: 'This is a minor edit',
      lbl_minor_edit_explain: 'Select this if you\'re only making a minor change to the page',
      btn_save: 'Save changes',
      btn_preview: 'Show preview',
      btn_revert: 'Revert changes',
      btn_cancel: 'Cancel and return to page',
      btn_closeviewer: 'Close viewer',
      btn_diff: 'Show changes',
      preview_blurb: '<b>Reminder:</b> This is only a preview - your changes to this page have not yet been saved.',
      msg_save_success_title: 'Changes saved',
      msg_save_success_body: 'Your changes to this page have been saved. Redirecting...',
    },
    history: {
      summary_clearlogs: 'Automatic backup created when logs were purged',
      page_subtitle: 'History of edits and actions',
      heading_edits: 'Edits:',
      heading_other: 'Other changes:',
      no_entries: 'No history entries in this category.',
      btn_compare: 'Compare selected revisions',
      col_diff: 'Diff',
      col_datetime: 'Date/time',
      col_user: 'User',
      col_page: 'Page',
      col_summary: 'Edit summary',
      col_minor: 'Minor',
      col_actions: 'Actions',
      col_action_taken: 'Action taken',
      col_extra: 'Extra info',
      extra_reason: 'Reason:',
      extra_oldtitle: 'Old title:',
      tip_rdns: 'Click cell background for reverse DNS info',
      action_view: 'View',
      action_contrib: 'User contribs',
      action_restore: 'Restore',
      action_revert: 'Revert action',
      log_protect: 'Protected page',
      log_unprotect: 'Unprotected page',
      log_semiprotect: 'Semi-protected page',
      log_rename: 'Renamed page',
      log_create: 'Created page',
      log_delete: 'Deleted page',
      log_uploadnew: 'Uploaded new file version',
      lbl_comparingrevisions: 'Comparing revisions:',
      summary_none_given: 'No edit summary provided.',
    },
    catedit: {
      title: 'Select which categories this page should be included in.',
      no_categories: 'There are no categories on this site yet.',
      catbox_lbl_categories: 'Categories:',
      catbox_lbl_uncategorized: '(Uncategorized)',
      catbox_link_edit: 'edit categorization',
      catbox_link_showcategorization: 'show page categorization',
    },
    tags: {
      catbox_link: 'show page tags',
      lbl_page_tags: 'Page tags:',
      lbl_no_tags: 'No tags on this page',
      btn_add_tag: '(add a tag)',
      lbl_add_tag: 'Add a tag:',
      btn_add: '+ Add',
    },
    delvote: {
      lbl_votes_one: 'There is one user that thinks this page should be deleted.',
      lbl_votes_plural: 'There are %num_users% users that think this page should be deleted.',
      lbl_users_that_voted: 'Users that voted:',
      btn_deletepage: 'Delete page',
      btn_resetvotes: 'Reset votes',
    },
    ajax: {
      // Client-side messages
      protect_prompt_reason: 'Reason for (un)protecting:',
      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.',
      delete_prompt_reason: 'Please enter your reason for deleting this page.',
      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)',
      delvote_confirm: 'Are you sure that you want to vote that this page be deleted?',
      delvote_reset_confirm: 'This action will reset the number of votes against this page to zero. Do you really want to do this?',
      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?',
      clearlogs_confirm_nag: 'You\'re ABSOLUTELY sure???',
      changestyle_select: '[Select]',
      changestyle_title: 'Change your theme',
      changestyle_pleaseselect_theme: 'Please select a theme from the list.',
      changestyle_lbl_theme: 'Theme:',
      changestyle_lbl_style: 'Style:',
      changestyle_success: 'Your theme preference has been changed.\nWould you like to reload the page now to see the changes?',
      killphp_confirm: 'Are you really sure you want to do this? Some pages might not function if this emergency-only feature is activated.',
      killphp_success: 'Embedded PHP in pages has been disabled.',
      lbl_moreoptions_nojs: 'More options for this page',
      
      // Server-side responses
      rename_too_short: 'The name you entered is too short. Please enter a longer name for this page.',
      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.',
      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.',
      delete_need_reason: 'Invalid reason for deletion passed. Please enter a reason for deleting this page.',
      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.',
      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.',
      delvote_already_voted: 'It appears that you have already voted to have this page deleted.',
      delvote_reset_success: 'The number of votes for having this page deleted has been reset to zero.',
      password_success: 'The password for this page has been set.',
      password_disable_success: 'The password for this page has been disabled.',
      
    },
    sidebar: {
      title_navigation: 'Navigation',
      title_tools: 'Tools',
      title_search: 'Search',
      title_links: 'Links',
      
      btn_home: 'Home',
      btn_createpage: 'Create a page',
      btn_uploadfile: 'Upload file',
      btn_specialpages: 'Special pages',
      btn_administration: 'Administration',
      btn_editsidebar: 'Edit the sidebar',
      btn_search_go: 'Go',
      
      btn_userpage: 'User page',
      btn_mycontribs: 'My contributions',
      btn_preferences: 'Preferences',
      btn_privatemessages: 'Private messages',
      btn_groupcp: 'Group control panel',
      btn_register: 'Create an account',
      btn_login: 'Log in',
      btn_logout: 'Log out',
      btn_changestyle: 'Change theme',
    },
    perm: {
      read: 'Read page(s)',
      post_comments: 'Post comments',
      edit_comments: 'Edit own comments',
      edit_page: 'Edit page',
      view_source: 'View source',
      mod_comments: 'Moderate comments',
      history_view: 'View history/diffs',
      history_rollback: 'Rollback history',
      history_rollback_extra: 'Undelete page(s)',
      protect: 'Protect page(s)',
      rename: 'Rename page(s)',
      clear_logs: 'Clear page logs (dangerous)',
      vote_delete: 'Vote to delete',
      vote_reset: 'Reset delete votes',
      delete_page: 'Delete page(s)',
      tag_create: 'Tag page(s)',
      tag_delete_own: 'Remove own page tags',
      tag_delete_other: 'Remove others\' page tags',
      set_wiki_mode: 'Set per-page wiki mode',
      password_set: 'Set password',
      password_reset: 'Disable/reset password',
      mod_misc: 'Super moderator (generate SQL backtraces, view IP addresses, and send large numbers of private messages)',
      edit_cat: 'Edit categorization',
      even_when_protected: 'Allow editing, renaming, and categorization even when protected',
      upload_files: 'Upload files',
      upload_new_version: 'Upload new versions of files',
      create_page: 'Create pages',
      php_in_pages: 'Embed PHP code in pages',
      edit_acl: 'Edit access control lists',
    },
    etc: {
      redirect_title: 'Redirecting...',
      redirect_body: 'Please wait while you are redirected.',
      redirect_timeout: 'If you are not redirected within %timeout% seconds, please <a href="%redirect_url%">click here</a>.',
      // Generic "Save Changes" button
      save_changes: 'Save changes',
      // Generic "Cancel changes" button
      cancel_changes: 'Cancel changes',
      // Generic wizard buttons
      wizard_next: 'Next >',
      wizard_back: '< Back',
      wizard_previous: '< Previous',
      // Generic "Notice:" label
      lbl_notice: 'Notice:',
      // Generic "Access denied"
      access_denied: 'Access to the specified file, resource, or action is denied.',
      access_denied_short: 'Access denied',
      return_to_page: 'Return to the page',
      invalid_request_short: 'Invalid request',
      // Message box buttons
      ok: 'OK',
      cancel: 'Cancel',
      yes: 'Yes',
      no: 'No',
      unit_bytes: 'bytes',
      unit_kilobytes: 'kilobytes',
      unit_megabytes: 'megabytes',
      unit_gigabytes: 'gigabytes',
      unit_terabytes: 'terabytes',
      unit_kilobytes_short: 'KB',
      unit_megabytes_short: 'MB',
      unit_gigabytes_short: 'GB',
      unit_terabytes_short: 'TB',
    }
  }
};

// All done! :-)