language/english/enano.json
changeset 221 e5302cb1945c
parent 220 d44492e34ab3
child 265 7e0cdf71b1bb
equal deleted inserted replaced
220:d44492e34ab3 221:e5302cb1945c
    36       delvote: 'Page deletion vote interface',
    36       delvote: 'Page deletion vote interface',
    37       ajax: 'On-page AJAX applets',
    37       ajax: 'On-page AJAX applets',
    38       sidebar: 'Default sidebar blocks and buttons',
    38       sidebar: 'Default sidebar blocks and buttons',
    39       acl: 'Access control list editor',
    39       acl: 'Access control list editor',
    40       perm: 'Page actions (for ACLs)',
    40       perm: 'Page actions (for ACLs)',
    41       plural: 's'
    41       plural: 's',
       
    42       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>',
       
    43       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>',
       
    44       enano_about_lbl_enanoversion: '<a href="http://enanocms.org">Enano</a> version:',
       
    45       enano_about_lbl_webserver: 'Web server:',
       
    46       enano_about_lbl_serverplatform: 'Server platform:',
       
    47       enano_about_lbl_phpversion: '<a href="http://www.php.net/">PHP</a> version:',
       
    48       enano_about_lbl_mysqlversion: '<a href="http://www.mysql.com/">MySQL</a> version:',
    42     },
    49     },
    43     user: {
    50     user: {
    44       login_message_short: 'Please enter your username and password to log in.',
    51       login_message_short: 'Please enter your username and password to log in.',
    45       login_message_short_elev: 'Please re-enter your login details',
    52       login_message_short_elev: 'Please re-enter your login details',
    46       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>.',
    53       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>.',
    56       login_usecrypt_title: 'Encryption is currently turned off.',
    63       login_usecrypt_title: 'Encryption is currently turned off.',
    57       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.',
    64       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.',
    58       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.',
    65       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.',
    59       login_success_title: 'Login successful',
    66       login_success_title: 'Login successful',
    60       login_success_body: 'You have successfully logged into the %config.site_name% site as "%username%". Redirecting to %redir_target%...',
    67       login_success_body: 'You have successfully logged into the %config.site_name% site as "%username%". Redirecting to %redir_target%...',
       
    68       login_success_body_mainpage: 'the main page',
    61       
    69       
    62       login_ajax_fetching_key: 'Fetching an encryption key...',
    70       login_ajax_fetching_key: 'Fetching an encryption key...',
    63       login_ajax_prompt_title: 'Please enter your username and password to continue.',
    71       login_ajax_prompt_title: 'Please enter your username and password to continue.',
    64       login_ajax_prompt_title_elev: 'You are requesting a sensitive operation.',
    72       login_ajax_prompt_title_elev: 'You are requesting a sensitive operation.',
    65       login_ajax_prompt_body_elev: 'Please re-enter your login details, to verify your identity.',
    73       login_ajax_prompt_body_elev: 'Please re-enter your login details, to verify your identity.',
    81       logout_success_body: 'You have been successfully logged out, and all cookies have been cleared. You will now be transferred to the main page.',
    89       logout_success_body: 'You have been successfully logged out, and all cookies have been cleared. You will now be transferred to the main page.',
    82       logout_confirm_title: 'Are you sure you want to log out?',
    90       logout_confirm_title: 'Are you sure you want to log out?',
    83       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.',
    91       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.',
    84       logout_confirm_title_elev: 'Are you sure you want to de-authenticate?',
    92       logout_confirm_title_elev: 'Are you sure you want to de-authenticate?',
    85       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.',
    93       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.',
       
    94       logout_err_title: 'An error occurred during the logout process.',
       
    95       // Unused at this point
       
    96       logout_err_not_loggedin: 'You don\'t seem to be logged in.',
    86       
    97       
    87       keepalive_info_title: 'About the keep-alive feature',
    98       keepalive_info_title: 'About the keep-alive feature',
    88       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>',
    99       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>',
    89       
   100       
    90       type_guest: 'Guest',
   101       type_guest: 'Guest',
    91       type_member: 'Member',
   102       type_member: 'Member',
    92       type_mod: 'Moderator',
   103       type_mod: 'Moderator',
    93       type_admin: 'Administrator',
   104       type_admin: 'Administrator',
    94       
   105       
    95       msg_elev_timed_out: '<b>Your administrative session has timed out.</b> <a href="%login_link%">Log in again</a>',
   106       msg_elev_timed_out: '<b>Your administrative session has timed out.</b> <a href="%login_link%">Log in again</a>',
       
   107       
       
   108       reg_err_captcha: 'The confirmation code you entered was incorrect.',
       
   109       reg_err_disabled_title: 'Registration disabled',
       
   110       reg_err_disabled_body: 'The administrator has disabled the registration of new accounts on this site.',
       
   111       reg_err_disabled_body_adminblurb: 'Oops...it seems that you <em>are</em> the administrator...hehe...you can also <a href="%reg_link%">force account registration to work</a>.',
       
   112       reg_err_username_invalid: 'Your username must be at least two characters in length and may not contain any of the following characters: &lt; &gt; _ &amp; ? \' " % / \\.',
       
   113       // Not exactly an error
       
   114       reg_err_password_good: 'The password you entered is valid.',
       
   115       reg_err_alert_password_tooshort: 'Your password must be 6 characters or greater in length.',
       
   116       reg_err_alert_password_nomatch: 'The passwords you entered do not match.',
       
   117       reg_err_missing_key: 'Couldn\'t look up public encryption key',
       
   118       
       
   119       reg_msg_greatercontrol: 'A user account enables you to have greater control over your browsing experience.',
       
   120       reg_msg_table_title: 'Create a user account',
       
   121       reg_msg_table_subtitle: 'Please tell us a little bit about yourself.',
       
   122       reg_msg_username_checking: 'Checking availability...',
       
   123       reg_msg_username_available: 'This username is available.',
       
   124       reg_msg_username_unavailable: 'This username is already taken.',
       
   125       reg_msg_password_length: 'Your password must be at least six characters in length.',
       
   126       reg_msg_password_score: 'It needs to score at least <b>%config.pw_strength_minimum%</b> for your registration to be accepted.',
       
   127       reg_msg_password_needmatch: 'The passwords you entered do not match.',
       
   128       reg_msg_email_activuser: 'An e-mail with an account activation key will be sent to this address, so please ensure that it is correct.',
       
   129       reg_msg_realname_optional: 'Giving your real name is totally optional. If you choose to provide your real name, it will be used to provide attribution for any edits or contributions you may make to this site.',
       
   130       reg_msg_captcha_pleaseenter: 'Please enter the code shown in the image to the right into the text box. This process helps to ensure that this registration is not being performed by an automated bot. If the image to the right is illegible, you can <a %regen_flags%>generate a new image</a>.',
       
   131       reg_msg_captcha_blind: 'If you are visually impaired or otherwise cannot read the text shown to the right, please contact the site management and they will create an account for you.',
       
   132       reg_msg_success_title: 'Registration successful',
       
   133       reg_msg_success_body: 'Thank you for registering, your user account has been created.',
       
   134       reg_msg_success_activ_none: 'You may now <a href="%login_link%">log in</a> with the username and password that you created.',
       
   135       reg_msg_success_activ_user: 'Because this site requires account activation, you have been sent an e-mail with further instructions. Please follow the instructions in that e-mail to continue your registration.',
       
   136       reg_msg_success_activ_admin: 'Because this site requires administrative account activation, you cannot use your account at the moment. A notice has been sent to the site administration team that will alert them that your account has been created.',
       
   137       reg_msg_success_activ_coppa: 'However, in compliance with the Childrens\' Online Privacy Protection Act, you must have your parent or legal guardian activate your account. Please ask them to check their e-mail for further information.',
       
   138       
       
   139       reg_lbl_field_username: 'Preferred username:',
       
   140       reg_lbl_field_password: 'Password:',
       
   141       reg_lbl_field_password_confirm: 'Enter your password again to confirm.',
       
   142       reg_lbl_field_email: 'E-mail address:',
       
   143       reg_lbl_field_email_coppa: 'Your parent or guardian\'s e-mail address:',
       
   144       reg_lbl_field_realname: 'Real name:',
       
   145       reg_lbl_field_captcha: 'Visual confirmation',
       
   146       reg_lbl_field_captcha_code: 'Code:',
       
   147       
       
   148       reg_coppa_title: 'Before you can register, please tell us your age.',
       
   149       reg_coppa_link_atleast13: 'I was born <b>on or before</b> %yo13_date% and am <b>at least</b> 13 years of age',
       
   150       reg_coppa_link_not13: 'I was born <b>after</b> %yo13_date% and am <b>less than</b> 13 years of age',
    96     },
   151     },
    97     onpage: {
   152     onpage: {
    98       lbl_pagetools: 'Page tools',
   153       lbl_pagetools: 'Page tools',
    99       lbl_page_article: 'article',
   154       lbl_page_article: 'article',
   100       lbl_page_admin: 'administration page',
   155       lbl_page_admin: 'administration page',