language/english/enano.json
changeset 211 753dabeca1ee
parent 210 2b283402e4e4
child 212 30b857a6b811
equal deleted inserted replaced
210:2b283402e4e4 211:753dabeca1ee
    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     'meta', 'user', 'page', 'comment', 'onpage', 'etc'
    20     'adm', 'meta', 'user', 'page', 'comment', 'onpage', 'etc'
    21   ],
    21   ],
    22   strings: {
    22   strings: {
    23     meta: {
    23     meta: {
    24       meta: 'Language category strings',
    24       meta: 'Language category strings',
    25       user: 'Login, logout, and authentication',
    25       user: 'Login, logout, and authentication',
    69       logout_success_body: 'You have been successfully logged out, and all cookies have been cleared. You will now be transferred to the main page.',
    69       logout_success_body: 'You have been successfully logged out, and all cookies have been cleared. You will now be transferred to the main page.',
    70       logout_confirm_title: 'Are you sure you want to log out?',
    70       logout_confirm_title: 'Are you sure you want to log out?',
    71       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.',
    71       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.',
    72       logout_confirm_title_elev: 'Are you sure you want to de-authenticate?',
    72       logout_confirm_title_elev: 'Are you sure you want to de-authenticate?',
    73       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.',
    73       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.',
       
    74       
       
    75       keepalive_info_title: 'About the keep-alive feature',
       
    76       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>',
    74     },
    77     },
    75     page: {
    78     onpage: {
       
    79       lbl_pagetools: 'Page tools',
       
    80       lbl_page_article: 'article',
       
    81       lbl_page_admin: 'administration page',
       
    82       lbl_page_system: 'system message',
       
    83       lbl_page_file: 'uploaded file',
       
    84       lbl_page_help: 'documentation page',
       
    85       lbl_page_user: 'user page',
       
    86       lbl_page_special: 'special page',
       
    87       lbl_page_template: 'template',
       
    88       lbl_page_project: 'project page',
       
    89       lbl_page_category: 'category',
       
    90       
       
    91       btn_discussion: 'discussion (%num_comments%)',
       
    92       btn_discussion_unapp: 'discussion (%num_comments% total, %num_unapp% unapp.)',
       
    93       btn_edit: 'edit this page',
       
    94       btn_viewsource: 'view source',
       
    95       btn_history: 'history',
       
    96       btn_moreoptions: 'more options',
       
    97       
       
    98       btn_rename: 'rename',
       
    99       btn_printable: 'view printable version',
       
   100       btn_votedelete: 'vote to delete this page',
       
   101       btn_votedelete_reset: 'reset deletion votes',
       
   102       lbl_wikimode: 'page wiki mode:',
       
   103       btn_wikimode_on: 'on',
       
   104       btn_wikimode_off: 'off',
       
   105       btn_wikimode_global: 'global',
       
   106       lbl_protect: 'protection:',
       
   107       btn_protect_on: 'on',
       
   108       btn_protect_off: 'off',
       
   109       btn_protect_semi: 'semi',
       
   110       btn_clearlogs: 'clear page logs',
       
   111       btn_deletepage: 'delete this page',
       
   112       btn_deletepage_votes: ' (<b>%num_votes%</b> vote%plural%)',
       
   113       lbl_password: 'page password:',
       
   114       btn_password_set: 'set',
       
   115       btn_acl: 'manage page access',
       
   116       btn_admin: 'administrative options',
    76     },
   117     },
    77     comment: {
   118     comment: {
       
   119     },
       
   120     adm: {
       
   121       cat_general: 'General',
       
   122       cat_content: 'Content',
       
   123       cat_appearance: 'Appearance',
       
   124       cat_users: 'Users',
       
   125       cat_security: 'Security',
       
   126       cat_plugins: 'Plugin configuration',
       
   127       
       
   128       page_general_config: 'General configuration',
       
   129       page_file_uploads: 'File uploads',
       
   130       page_file_types: 'Allowed file types',
       
   131       page_plugins: 'Manage plugins',
       
   132       page_db_backup: 'Backup database',
       
   133       
       
   134       page_manager: 'Manage pages',
       
   135       page_editor: 'Edit page content',
       
   136       page_pg_groups: 'Manage page groups',
       
   137       
       
   138       page_themes: 'Manage themes',
       
   139       
       
   140       page_users: 'Manage users',
       
   141       page_user_groups: 'Edit user groups',
       
   142       page_coppa: 'COPPA support',
       
   143       page_mass_email: 'Mass e-mail',
       
   144       
       
   145       page_security_log: 'Security log',
       
   146       page_ban_control: 'Ban control',
       
   147       
       
   148       btn_home: 'Administration panel home',
       
   149       btn_logout: 'Log out of admin panel',
       
   150       btn_keepalive_off: 'Turn on keep-alive',
       
   151       btn_keepalive_on: 'Turn off keep-alive',
       
   152       btn_keepalive_about: 'About keep-alive',
       
   153       btn_keepalive_loading: 'Loading keep-alive button...'
    78     },
   154     },
    79     admhome: {
   155     admhome: {
    80     },
   156     },
    81     etc: {
   157     etc: {
    82       redirect_title: 'Redirecting...',
   158       redirect_title: 'Redirecting...',