language/english/enano.json
author Dan
Sun, 28 Oct 2007 21:19:36 -0400
changeset 213 1316404e4ea8
parent 212 30b857a6b811
child 214 a6ed8b6cdbe1
permissions -rw-r--r--
Localized history page and static HTML comment interface

/*
 * 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: [
    'adm', 'meta', 'user', 'page', 'comment', 'onpage', 'etc', 'editor', 'history',
  ],
  strings: {
    meta: {
      adm: 'Administration panel nav menu',
      meta: 'Language category strings',
      user: 'Login, logout, and authentication',
      page: 'Page creation and control',
      comment: 'Comment display',
      onpage: 'On-page controls',
      etc: 'Miscellaneous strings',
      editor: 'Page editor interface',
      history: 'Page history and log viewer',
      plural: 's'
    },
    user: {
      login_message_short: 'Please enter your username and password to log in.',
      login_message_short_elev: 'Please re-enter your login details',
      login_body: 'Logging in enables you to use your preferences and access member information. If you don\'t have a username and password here, you can <a href="%reg_link%">create an account</a>.',
      login_body_elev: 'You are requesting that a sensitive operation be performed. To continue, please re-enter your password to confirm your identity.',
      login_field_username: 'Username',
      login_field_password: 'Password',
      login_forgotpass_blurb: 'Forgot your password? <a href="%forgotpass_link%">No problem.</a>',
      login_createaccount_blurb: 'Maybe you need to <a href="%reg_link%">create an account</a>.',
      login_field_captcha: 'Code in image',
      login_nocrypt_title: 'Important note regarding cryptography:',
      login_nocrypt_body: 'Some countries do not allow the import or use of cryptographic technology. If you live in one of the countries listed below, you should <a href="%nocrypt_link%">log in without using encryption</a>.',
      login_nocrypt_countrylist: 'This restriction applies to the following countries: Belarus, China, India, Israel, Kazakhstan, Mongolia, Pakistan, Russia, Saudi Arabia, Singapore, Tunisia, Venezuela, and Vietnam.',
      login_usecrypt_title: 'Encryption is currently turned off.',
      login_usecrypt_body: 'If you are not in one of the countries listed below, you should <a href="%usecrypt_link%">enable encryption</a> to secure the logon process.',
      login_usecrypt_countrylist: 'The cryptography restriction applies to the following countries: Belarus, China, India, Israel, Kazakhstan, Mongolia, Pakistan, Russia, Saudi Arabia, Singapore, Tunisia, Venezuela, and Vietnam.',
      login_success_title: 'Login successful',
      login_success_body: 'You have successfully logged into the %config.site_name% site as "%username%". Redirecting to %redir_target%...',
      
      login_ajax_fetching_key: 'Fetching an encryption key...',
      login_ajax_prompt_title: 'Please enter your username and password to continue.',
      login_ajax_prompt_title_elev: 'You are requesting a sensitive operation.',
      login_ajax_prompt_body_elev: 'Please re-enter your login details, to verify your identity.',
      login_ajax_link_fullform: 'Trouble logging in? Try the <a href="%link_full_form%">full login form</a>.',
      login_ajax_link_forgotpass: 'Did you <a href="%forgotpass_link%">forget your password</a>?',
      login_ajax_loggingin: 'Logging in...',
      
      err_key_not_found: 'Enano couldn\'t look up the encryption key used to encrypt your password. This most often happens if a cache rotation occurred during your login attempt, or if you refreshed the login page.',
      err_key_wrong_length: 'The encryption key was the wrong length.',
      err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.',
      err_invalid_credentials: 'You have entered an invalid username or password. Please enter your login details again.',
      err_invalid_credentials_lockout: ' You have used up %fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will be locked out from logging in for %config.lockout_duration% minutes.',
      err_invalid_credentials_lockout_captcha: ' You have used up %lockout_fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will have to enter a visual confirmation code while logging in, effective for %config.lockout_duration% minutes.',
      err_backend_fail: 'You entered the right credentials and everything was validated, but for some reason Enano couldn\'t register your session. This is an internal problem with the site and you are encouraged to contact site administration.',
      err_locked_out: 'You have used up all %config.lockout_threshold% allowed login attempts. Please wait %time_rem% minute%plural% before attempting to log in again%captcha_blurb%.',
      err_locked_out_captcha_blurb: ', or enter the visual confirmation code shown above in the appropriate box',
      
      logout_success_title: 'Logged out',
      logout_success_body: 'You have been successfully logged out, and all cookies have been cleared. You will now be transferred to the main page.',
      logout_confirm_title: 'Are you sure you want to log out?',
      logout_confirm_body: 'If you log out, you will no longer be able to access your user preferences, your private messages, or certain areas of this site until you log in again.',
      logout_confirm_title_elev: 'Are you sure you want to de-authenticate?',
      logout_confirm_body_elev: 'If you de-authenticate, you will no longer be able to use the administration panel until you re-authenticate again. You may do so at any time using the Administration button on the sidebar.',
      
      keepalive_info_title: 'About the keep-alive feature',
      keepalive_info_body: 'Keep-alive is a new Enano feature that keeps your administrative session from timing out while you are using the administration panel. This feature can be useful if you are editing a large page or doing something in the administration interface that will take longer than 15 minutes.<br /><br />For security reasons, Enano mandates that high-privilege logins last only 15 minutes, with the time being reset each time a page is loaded (or, more specifically, each time the session API is started). The consequence of this is that if you are performing an action in the administration panel that takes more than 15 minutes, your session may be terminated. The keep-alive feature attempts to relieve this by sending a "ping" to the server every 10 minutes.<br /><br />Please note that keep-alive state is determined by a cookie. Thus, if you log out and then back in as a different administrator, keep-alive will use the same setting that was used when you were logged in as the first administrative user. In the same way, if you log into the administration panel under your account from another computer, keep-alive will be set to "off".<br /><br /><b>For more information:</b><br /><a href="http://docs.enanocms.org/Help:Appendix_B" onclick="window.open(this.href); return false;">Overview of Enano\'s security model</a>',
      
      type_guest: 'Guest',
      type_member: 'Member',
      type_mod: 'Moderator',
      type_admin: 'Administrator',
    },
    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',
    },
    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',
    },
    adm: {
      cat_general: 'General',
      cat_content: 'Content',
      cat_appearance: 'Appearance',
      cat_users: 'Users',
      cat_security: 'Security',
      cat_plugins: 'Plugin configuration',
      
      page_general_config: 'General configuration',
      page_file_uploads: 'File uploads',
      page_file_types: 'Allowed file types',
      page_plugins: 'Manage plugins',
      page_db_backup: 'Backup database',
      
      page_manager: 'Manage pages',
      page_editor: 'Edit page content',
      page_pg_groups: 'Manage page groups',
      
      page_themes: 'Manage themes',
      
      page_users: 'Manage users',
      page_user_groups: 'Edit user groups',
      page_coppa: 'COPPA support',
      page_mass_email: 'Mass e-mail',
      
      page_security_log: 'Security log',
      page_ban_control: 'Ban control',
      
      btn_home: 'Administration panel home',
      btn_logout: 'Log out of admin panel',
      btn_keepalive_off: 'Turn on keep-alive',
      btn_keepalive_on: 'Turn off keep-alive',
      btn_keepalive_about: 'About keep-alive',
      btn_keepalive_loading: 'Loading keep-alive button...'
    },
    editor: {
      msg_revert_confirm: 'Do you really want to revert your changes?',
      msg_discard_confirm: 'Do you really want to discard your changes?',
      msg_unload: 'If you do, any changes that you have made to this page will be lost.',
      btn_graphical: 'graphical editor',
      btn_wikitext: 'wikitext editor',
      lbl_edit_summary: 'Edit summary:',
      lbl_minor_edit: 'This is a minor edit',
      btn_save: 'Save changes',
      btn_preview: 'Show preview',
      btn_revert: 'Revert changes',
      btn_cancel: 'Cancel and return to page',
      btn_closeviewer: 'Close viewer',
    },
    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_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:',
    },
    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',
    },
  }
};

// All done! :-)