language/english/core.json
author Dan
Sat, 19 Dec 2009 16:06:27 -0500
changeset 1190 fa306d7af9ce
parent 1170 71cb87b7dc3f
child 1208 438f36013432
permissions -rw-r--r--
Detagged 1.1.7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
     1
/*
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
     2
 * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
870
82bbfe3dc8a0 Swapped in a new theme selector.
Dan
parents: 832
diff changeset
     3
 * Version 1.1.6 (Caoineag beta 1)
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
     4
 * Copyright (C) 2006-2007 Dan Fuhry
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
     5
 *
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
     6
 * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
     7
 * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
     8
 *
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
     9
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    10
 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    11
 */
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    12
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    13
// This is the main language file for Enano. Feel free to use it as a base for your own translations.
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    14
// All text in this file before the first left curly brace and all text after the last curly brace will
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    15
// be trimmed. So you can use a limited amount of Javascript in this so that the language can be imported
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    16
// via Javascript as well.
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    17
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    18
var enano_lang = {
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    19
  categories: [
550
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
    20
    'meta', 'page', 'comment', 'onpage', 'etc', 'editor', 'history', 'catedit', 'tags', 'delvote', 'ajax', 'sidebar', 'perm', 'plugin', 'paginate', 'upload', 'tz'
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    21
  ],
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    22
  strings: {
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    23
    meta: {
376
66732bd4532c Finished (or nearly finished) the admin language CP
Dan
parents: 371
diff changeset
    24
      meta: 'Category names and basic metadata',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    25
      page: 'Page creation and control',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    26
      comment: 'Comment display',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    27
      onpage: 'On-page buttons and controls',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    28
      etc: 'Miscellaneous strings',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    29
      editor: 'Page editor interface',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    30
      history: 'Page history and log viewer',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    31
      catedit: 'Categorization box and editor',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    32
      tags: 'Page tagging interface',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    33
      delvote: 'Page deletion vote interface',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    34
      ajax: 'On-page AJAX applets',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    35
      sidebar: 'Default sidebar blocks and buttons',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    36
      perm: 'Page actions (for ACLs)',
343
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
    37
      plugin: 'Plugin names and descriptions',
359
e0787bb6285b Implemented IP logging for comments and registration
Dan
parents: 343
diff changeset
    38
      paginate: 'Pagination widget',
366
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
    39
      upload: 'File upload interface',
406
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
    40
      tz: 'Time zones',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    41
      plural: 's',
335
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
    42
      enano_about_th: 'About the Enano Content Management System',
1139
5d988bd8fa46 Language update for About Enano page ("help achieve" sentence added)
Dan
parents: 1114
diff changeset
    43
      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-2009 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. To help achieve this goal, we use licensing terms that require you to pass on the freedoms we give you when you share Enano. 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>',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    44
      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>',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    45
      enano_about_lbl_enanoversion: '<a href="http://enanocms.org">Enano</a> version:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    46
      enano_about_lbl_webserver: 'Web server:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    47
      enano_about_lbl_serverplatform: 'Server platform:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    48
      enano_about_lbl_phpversion: '<a href="http://www.php.net/">PHP</a> version:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    49
      enano_about_lbl_mysqlversion: '<a href="http://www.mysql.com/">MySQL</a> version:',
550
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
    50
      enano_about_lbl_pgsqlversion: '<a href="http://www.postgresql.org/">PostgreSQL</a> version:'
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    51
    },
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    52
    page: {
391
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    53
      sitedisabled_admin_msg_title: 'The site is currently disabled and thus is only accessible to administrators.',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    54
      sitedisabled_admin_msg_body: 'You can re-enable the site through the <a href="%admin_link%">administration panel</a>.',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    55
      
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    56
      heading_sql_list: 'Query list as requested on URI',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    57
      
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    58
      msg_stats_gentime_long: 'Generated in %time%sec',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    59
      msg_stats_gentime_short: 'Time: %time%s',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    60
      msg_stats_sql: '%nq% SQL',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    61
      
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    62
      w3c_valid_html32: 'Valid HTML 3.2',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    63
      w3c_valid_html40: 'Valid HTML 4.0',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    64
      w3c_valid_html401: 'Valid HTML 4.01',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    65
      w3c_valid_html50: 'Valid HTML 5.0',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    66
      w3c_valid_xhtml10: 'Valid XHTML 1.0',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    67
      w3c_valid_xhtml11: 'Valid XHTML 1.1',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    68
      w3c_valid_css: 'Valid CSS',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    69
      enano_powered: 'Powered by <a href="%about_uri%">Enano</a>',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    70
      enano_powered_long: 'Website engine powered by <a href="%about_uri%">Enano</a>',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
    71
      
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    72
      protect_lbl_success_title: 'Page protected',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    73
      protect_lbl_success_body: 'The protection setting has been applied. <a href="%page_link%">Return to the page</a>.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    74
      
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    75
      rename_err_need_name: 'Error: you must enter a new name for this page.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    76
      rename_lbl: 'Please enter a new name for this page:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    77
      rename_btn_submit: 'Rename page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    78
      rename_success_title: 'Page renamed',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    79
      
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    80
      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>',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    81
      flushlogs_btn_submit: 'Flush logs',
1114
4f4d63a281cd Fixed (well, implemented) log clearing functionality on uploaded files.
Dan
parents: 1056
diff changeset
    82
      flushlogs_backup_summary: 'Automatic backup created when logs were purged',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    83
      
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    84
      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>',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    85
      
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    86
      delvote_count_zero: 'So far, no one has voted for the deletion of this page.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    87
      delvote_count_one: 'So far, one person has voted to delete this page.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    88
      delvote_count_plural: 'So far, %delvotes% people have voted to delete this page.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    89
      delvote_btn_submit: 'Vote to delete this page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    90
      delvote_reset_btn_submit: 'Reset votes',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    91
      
1149
be4feea8872a Improved language for static HTML page delete interface
Dan
parents: 1139
diff changeset
    92
      delete_warning_stern: '<h3>Confirm page deletion</h3><p>The contents of the page will not be deleted; you will still be able to recover the page using the History feature.</p><p>Please be aware, however, that the following information is not recoverable:</p><ul><li>The list of categories this page belongs to</li><li>Every file revision associated with this page (if this page is in the File namespace)</li><li>Comments on this page</li></ul><p>To delete this page, enter a reason below, and then click Delete this Page.</p>',
378
c1c7fa6b329f Got Enano to load even if there are no plugins; added caching for decrypted session keys to significantly improve performance (in theory at least)
Dan
parents: 377
diff changeset
    93
      delete_err_need_reason: 'Please enter a reason for deleting this page.',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    94
      delete_btn_submit: 'Delete this page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    95
      delete_lbl_reason: 'Reason for deleting:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    96
      
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    97
      wikimode_success_redirect: 'Wiki mode for this page has been set. Redirecting you to the page...',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    98
      wikimode_level_on: 'Wiki features will be enabled.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
    99
      wikimode_level_off: 'Wiki features will be disabled.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   100
      wikimode_level_global: 'Wiki features will be synchronized to the global setting.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   101
      wikimode_heading: 'You are changing wiki mode for this page.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   102
      wikimode_warning: 'If you want to continue, please click the button below.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   103
      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.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   104
      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.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   105
      wikimode_btn_submit: 'Set wiki mode',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   106
      
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   107
      detag_err_page_exists: 'The detag action is only valid for pages that have been deleted in the past.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   108
      detag_success_title: 'Page detagged',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   109
      detag_success_body: 'All stale tags have been removed from this page.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   110
      
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   111
      err_custompage_function_missing_title: 'Page backend not found',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   112
      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.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   113
      err_redirects_exceeded: 'The maximum number of internal redirects has been exceeded.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   114
      err_redirect_to_nonexistent: 'This page redirects to another page that doesn\'t exist.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   115
      err_redirect_infinite_loop: 'This page infinitely redirects with another page (or another series of pages), and the infinite redirect was trapped.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   116
      err_redirect_to_special: 'This page redirects to a Special or Administration page, which is not allowed.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   117
      err_access_denied_title: 'You don\'t have permission to view this page.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   118
      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>
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   119
                               <ul>
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   120
                                 <li>You aren\'t logged in. Some pages are restricted to logged-in users.</li>
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   121
                                 <li>The page you\'re trying to view is protected so that only members of a specific usergroup are allowed to read it.</li>
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   122
                               </ul>
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   123
                               <p>If you would like to inquire further about this message, you may contact the %site_administration%.</p>',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   124
      err_access_denied_siteadmin: 'site administrator',
481
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   125
      err_seeking_living_among_dead: 'You are trying to un-delete a page that has since been restored.\n\n"But the men said to them, \'Why do you look for the living among the dead?\'" (Luke 24:5b/NIV)',
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   126
      err_access_denied: 'Access to that action is denied.',
907
44851d7e9bda Live Re-Auth is now required for deleting pages, editing ACLs, protecting pages, and clearing logs. Committing in a hurry as a storm is coming in, hope everything is in there.
Dan
parents: 906
diff changeset
   127
      err_access_denied_need_reauth: '%this.etc_access_denied_need_reauth%',
481
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   128
      err_invalid_parameter: 'An invalid value (parameter) was sent to this action.',
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   129
      err_rb_action_not_supported: 'Rolling back actions of type "%action%" isn\'t supported.',
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   130
      err_rb_file_rename_failed: 'Could not rename the file to its new name (1.1.x format)',
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   131
      err_protection_already_there: 'The protection level you selected is already in effect for this page.',
913
3ec535acd11e Deletion vote reset is now logged and able to be rolled back
Dan
parents: 909
diff changeset
   132
      err_page_not_exist: 'The page you tried to perform this action on does not exist.',
481
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   133
      
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   134
      msg_this_is_a_redirector: '<b>This page is a <i>redirector</i>.</b><br />
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   135
                    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 />
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   136
                    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
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   137
                    Enano <a href="http://enanocms.org/Help:Wiki_formatting" onclick="window.open(this.href); return false;">Wiki formatting guide</a>.<br /><br />
367
ee4defc9321a Localized autosuggestion widgets
Dan
parents: 366
diff changeset
   138
                    This page redirects to %redirect_target%.',
368
ed4f3ee072be Finished localizing PageProcessor, we hope
Dan
parents: 367
diff changeset
   139
      msg_redirected_from: '(Redirected from %from%)',
369
d0825e599853 Localized the 404 page, w00t.
Dan
parents: 368
diff changeset
   140
      msg_redirected_from_to: '(Redirected from %from% to %to%)',
481
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   141
      msg_rb_success_rename: 'The page has been restored the name it had on %dateline%.',
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   142
      // next 3 are mostly identical
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   143
      msg_rb_success_prot: 'The page\'s protection has been undone and replaced with the previous level it had as of %dateline%.',
913
3ec535acd11e Deletion vote reset is now logged and able to be rolled back
Dan
parents: 909
diff changeset
   144
      msg_rb_success_unprot: 'The page\'s unprotection has been undone and replaced with the previous level it had as of %dateline%.',
481
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   145
      msg_rb_success_semiprot: 'The page\'s semi-protection has been undone and replaced with the previous level it had as of %dateline%.',
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   146
      
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   147
      msg_rb_success_delete: 'The deletion of this page, which occurred on %dateline%, has been undone. This page has been restored, but comments and categorization data may have been lost.',
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   148
      msg_rb_success_reupload: 'The file has been restored to the version uploaded on %dateline%.',
369
d0825e599853 Localized the 404 page, w00t.
Dan
parents: 368
diff changeset
   149
      
913
3ec535acd11e Deletion vote reset is now logged and able to be rolled back
Dan
parents: 909
diff changeset
   150
      msg_rb_success_votereset: 'The votes for deletion of this page as of %dateline% have been restored and merged with any existing votes.',
3ec535acd11e Deletion vote reset is now logged and able to be rolled back
Dan
parents: 909
diff changeset
   151
      
800
9cdfe82c56cd Major underlying changes to namespace handling. Each namespace is handled by its own class which extends Namespace_Default. Much greater customization/pluggability potential, at the possible expense of some code reusing (though code reusing has been avoided thus far). Also a bit better handling of page passwords [SECURITY].
Dan
parents: 795
diff changeset
   152
      msg_passrequired_title: 'Password required',
369
d0825e599853 Localized the 404 page, w00t.
Dan
parents: 368
diff changeset
   153
      msg_passrequired: 'Access to this page requires a password. Please enter the password for this page below:',
d0825e599853 Localized the 404 page, w00t.
Dan
parents: 368
diff changeset
   154
      msg_pass_wrong: 'The password you entered for this page was incorrect. Please enter the password for this page below:',
d0825e599853 Localized the 404 page, w00t.
Dan
parents: 368
diff changeset
   155
      lbl_password: 'Password:',
800
9cdfe82c56cd Major underlying changes to namespace handling. Each namespace is handled by its own class which extends Namespace_Default. Much greater customization/pluggability potential, at the possible expense of some code reusing (though code reusing has been avoided thus far). Also a bit better handling of page passwords [SECURITY].
Dan
parents: 795
diff changeset
   156
      btn_password_submit: 'Submit',
369
d0825e599853 Localized the 404 page, w00t.
Dan
parents: 368
diff changeset
   157
      
d0825e599853 Localized the 404 page, w00t.
Dan
parents: 368
diff changeset
   158
      msg_404_title: 'There is no page with this title yet.',
d0825e599853 Localized the 404 page, w00t.
Dan
parents: 368
diff changeset
   159
      msg_404_body: 'You have requested a page that doesn\'t exist yet.',
672
08a7875258b4 Added tab-based interface to userpage UI. Yes, it is plugin expansible, and yes, it breaks existing plugins that add code to the userpage (but that can be fixed with a "colspan=4")
Dan
parents: 655
diff changeset
   160
      msg_404_title_userpage: 'No content',
08a7875258b4 Added tab-based interface to userpage UI. Yes, it is plugin expansible, and yes, it breaks existing plugins that add code to the userpage (but that can be fixed with a "colspan=4")
Dan
parents: 655
diff changeset
   161
      msg_404_body_userpage: 'This user has not yet created any custom user page content.',
369
d0825e599853 Localized the 404 page, w00t.
Dan
parents: 368
diff changeset
   162
      msg_404_create: 'You can <a %create_flags%>create this page</a>, or return to the <a href="%mainpage_link%">homepage</a>.',
d0825e599853 Localized the 404 page, w00t.
Dan
parents: 368
diff changeset
   163
      msg_404_gohome: 'Return to the <a href="%mainpage_link%">homepage</a>.',
d0825e599853 Localized the 404 page, w00t.
Dan
parents: 368
diff changeset
   164
      msg_404_was_deleted: '<b>This page was deleted on %delete_time%.</b> The stated reason was:</p><blockquote>%delete_reason%</blockquote><p>You can probably <a %rollback_flags%>roll back</a> the deletion.',
d0825e599853 Localized the 404 page, w00t.
Dan
parents: 368
diff changeset
   165
      msg_404_admin_opts: 'Additional admin options: <a href="%detag_link%" title="Remove any tags on this page">detag page</a>',
d0825e599853 Localized the 404 page, w00t.
Dan
parents: 368
diff changeset
   166
      msg_404_http_response: 'HTTP Error: 404 Not Found',
368
ed4f3ee072be Finished localizing PageProcessor, we hope
Dan
parents: 367
diff changeset
   167
      
ed4f3ee072be Finished localizing PageProcessor, we hope
Dan
parents: 367
diff changeset
   168
      msg_archived_title: 'Notice:',
ed4f3ee072be Finished localizing PageProcessor, we hope
Dan
parents: 367
diff changeset
   169
      msg_archived_body: 'The page you are viewing was archived on %archive_date% at %archive_time%.<br /><a href="%current_link%" onclick="ajaxReset(); return false;">View current version</a>  |  <a href="%restore_link%" onclick="%restore_onclick%">Restore this version</a>',
369
d0825e599853 Localized the 404 page, w00t.
Dan
parents: 368
diff changeset
   170
      
391
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   171
      msg_special_404_title: 'Can\'t load special page',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   172
      msg_special_404_body: 'The special page you requested could not be found. This may be due to a plugin failing to load. A list of all special pages on this website can be viewed <a href="%sp_link%">here</a>. You will be redirected to the main page in 15 seconds.',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   173
      msg_admin_404_title: 'Administration page not found',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   174
      msg_admin_404_body: '<p>You\'ve requested an administration page, but the function <tt>%func_name%</tt> doesn\'t exist, so the page can\'t be loaded.</p>
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   175
                             <h3>Plugin developer?</h3>
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   176
                              <p>Create a function called <tt>%func_name%</tt> - it should be loaded when you refresh this page.</p>
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   177
                             <h3>Otherwise...</h3>
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   178
                              <p>If you\'re trying to use a plugin\'s administration page, contact the developer of the plugin. If you\'re trying to use a function that is built into Enano (not added by a plugin), then please contact the Enano development team.</p>',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   179
      
369
d0825e599853 Localized the 404 page, w00t.
Dan
parents: 368
diff changeset
   180
      msg_general_error: 'General error in page fetcher',
367
ee4defc9321a Localized autosuggestion widgets
Dan
parents: 366
diff changeset
   181
                    
ee4defc9321a Localized autosuggestion widgets
Dan
parents: 366
diff changeset
   182
      autosuggest_heading: 'Page name matches',
ee4defc9321a Localized autosuggestion widgets
Dan
parents: 366
diff changeset
   183
      autosuggest_col_name: 'Page title',
550
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
   184
      autosuggest_col_page_id: 'Page ID'
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   185
    },
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   186
    comment: {
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   187
      lbl_subject: 'Subject',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   188
      lbl_mod_options: 'Moderator options:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   189
      heading: 'Article comments',
969
0506adb8eb6c Comment UI / Special:Memberlist: UI consistency for Send PM/Add Buddy links in Memberlist and comment display UI
Dan
parents: 959
diff changeset
   190
      btn_send_privmsg: 'Send PM',
0506adb8eb6c Comment UI / Special:Memberlist: UI consistency for Send PM/Add Buddy links in Memberlist and comment display UI
Dan
parents: 959
diff changeset
   191
      btn_add_buddy: 'Add buddy',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   192
      btn_edit: 'edit',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   193
      btn_delete: 'delete',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   194
      btn_mod_approve: 'Approve',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   195
      btn_mod_unapprove: 'Unapprove',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   196
      btn_mod_delete: 'Delete',
359
e0787bb6285b Implemented IP logging for comments and registration
Dan
parents: 343
diff changeset
   197
      btn_mod_ip_logged: 'View IP',
e0787bb6285b Implemented IP logging for comments and registration
Dan
parents: 343
diff changeset
   198
      btn_mod_ip_missing: 'IP not logged',
360
fad9bb5c094b Implemented (well stubbed) IP logging in non-AJAX comment interface
Dan
parents: 359
diff changeset
   199
      btn_mod_ip_notimplemented: 'Use AJAX interface to view IPs',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   200
      btn_save: 'save',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   201
      
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   202
      msg_comment_posted: 'Your comment has been posted. If it does not appear right away, it is probably awaiting approval.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   203
      
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   204
      msg_count_zero: 'There are <span id="comment_count_inner">no</span> comments on this %page_type%.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   205
      msg_count_one: 'There is <span id="comment_count_inner">1</span> comment on this %page_type%.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   206
      msg_count_plural: 'There are <span id="comment_count_inner">%num_comments%</span> comments on this %page_type%.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   207
      
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   208
      msg_count_unapp_mod: '<span id="comment_count_unapp_inner">%num_unapp%</span> of those are unapproved.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   209
      msg_count_unapp_one: 'However, there is <span id="comment_count_unapp_inner">1</span> additional comment awaiting approval.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   210
      msg_count_unapp_plural: 'However, there are <span id="comment_count_unapp_inner">%num_unapp%</span> additional comments awaiting approval.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   211
      
825
9d5c04c1414f Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
Dan
parents: 800
diff changeset
   212
      msg_foe_comment_hidden: 'Post from foe hidden.',
9d5c04c1414f Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
Dan
parents: 800
diff changeset
   213
      btn_display_foe_comment: 'Display post',
9d5c04c1414f Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
Dan
parents: 800
diff changeset
   214
      
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   215
      msg_note_unapp: '(Unapproved)',
825
9d5c04c1414f Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
Dan
parents: 800
diff changeset
   216
      msg_note_spam: '(Spam)',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   217
      
359
e0787bb6285b Implemented IP logging for comments and registration
Dan
parents: 343
diff changeset
   218
      msg_ip_address: 'IP address:',
e0787bb6285b Implemented IP logging for comments and registration
Dan
parents: 343
diff changeset
   219
      
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   220
      msg_delete_confirm: 'Do you really want to delete this comment?',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   221
      
825
9d5c04c1414f Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
Dan
parents: 800
diff changeset
   222
      err_captcha_wrong: 'The confirmation code you entered was incorrect.',
9d5c04c1414f Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
Dan
parents: 800
diff changeset
   223
      err_spamcheck_failed_rejected: 'Your comment was rejected because it appears to be spam.',
9d5c04c1414f Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
Dan
parents: 800
diff changeset
   224
      err_spamcheck_failed_flagged: 'Your comment was posted, but it appears to be spam and has been flagged as such for a moderator to review.',
9d5c04c1414f Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
Dan
parents: 800
diff changeset
   225
      ajax_err_generic_title: 'Error fetching comment data',
9d5c04c1414f Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
Dan
parents: 800
diff changeset
   226
      
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   227
      postform_title: 'Got something to say?',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   228
      postform_blurb: 'If you have comments or suggestions on this article, you can shout it out here.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   229
      postform_blurb_unapp: 'Before your post will be visible to the public, a moderator will have to approve it.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   230
      postform_blurb_captcha: 'Because you are not logged in, you will need to enter a visual confirmation before your comment will be posted.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   231
      postform_blurb_link: 'Leave a comment...',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   232
      postform_field_name: 'Your name/screen name:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   233
      postform_field_subject: 'Comment subject:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   234
      postform_field_comment: 'Comment:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   235
      postform_field_captcha_title: 'Visual confirmation:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   236
      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.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   237
      postform_field_captcha_label: 'Confirmation code:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   238
      postform_field_captcha_cantread_js: 'If you can\'t read the code, click on the image to generate a new one.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   239
      postform_field_captcha_cantread_nojs: 'If you can\'t read the code, please refresh this page to generate a new one.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   240
      postform_btn_submit: 'Submit comment',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   241
      
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   242
      on_friend_list: 'On your friend list',
550
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
   243
      on_foe_list: 'On your foe list'
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   244
    },
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   245
    onpage: {
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   246
      lbl_pagetools: 'Page tools',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   247
      lbl_page_article: 'article',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   248
      lbl_page_admin: 'administration page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   249
      lbl_page_system: 'system message',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   250
      lbl_page_file: 'uploaded file',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   251
      lbl_page_help: 'documentation page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   252
      lbl_page_user: 'user page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   253
      lbl_page_special: 'special page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   254
      lbl_page_template: 'template',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   255
      lbl_page_project: 'project page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   256
      lbl_page_category: 'category',
655
b2c51a68209b Fixed unused $admintitle variable in $template->fading_button code generation; fixed missing CDNPATH, JS_HEADER, and JS_FOOTER in template_nodb; localized onpage_lbl_page_external
Dan
parents: 651
diff changeset
   257
      lbl_page_external: 'external page',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   258
      
870
82bbfe3dc8a0 Swapped in a new theme selector.
Dan
parents: 832
diff changeset
   259
      lbl_sitetools: 'site tools',
82bbfe3dc8a0 Swapped in a new theme selector.
Dan
parents: 832
diff changeset
   260
      lbl_changes: 'changes',
82bbfe3dc8a0 Swapped in a new theme selector.
Dan
parents: 832
diff changeset
   261
      
82bbfe3dc8a0 Swapped in a new theme selector.
Dan
parents: 832
diff changeset
   262
      btn_changes_mine: 'mine',
82bbfe3dc8a0 Swapped in a new theme selector.
Dan
parents: 832
diff changeset
   263
      btn_changes_recent: 'recent',
82bbfe3dc8a0 Swapped in a new theme selector.
Dan
parents: 832
diff changeset
   264
      btn_changes_history: 'this page',
82bbfe3dc8a0 Swapped in a new theme selector.
Dan
parents: 832
diff changeset
   265
      
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   266
      btn_discussion: 'discussion (%num_comments%)',
825
9d5c04c1414f Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
Dan
parents: 800
diff changeset
   267
      btn_discussion_unapp: '<span title="Approved: %num_app% | Unapproved: %num_unapp% | Spam: %num_spam%">discussion (%num_comments%) [!]</span>',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   268
      btn_edit: 'edit this page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   269
      btn_viewsource: 'view source',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   270
      btn_history: 'history',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   271
      btn_moreoptions: 'more options',
473
518bc2b214f1 Added modal dialog support for page editor; added customizability for breadcrumbs (thanks to Manoj for idea)
Dan
parents: 468
diff changeset
   272
      btn_breadcrumbs_home: 'Home',
795
ca0c8fc8da6b Several thematic enhancements to Oxygen including making the main page title an h1
Dan
parents: 770
diff changeset
   273
      btn_rename_inline: 'Double-click to rename this page',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   274
      
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   275
      btn_rename: 'rename',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   276
      btn_printable: 'view printable version',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   277
      btn_votedelete: 'vote to delete this page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   278
      btn_votedelete_reset: 'reset deletion votes',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   279
      lbl_wikimode: 'page wiki mode:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   280
      btn_wikimode_on: 'on',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   281
      btn_wikimode_off: 'off',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   282
      btn_wikimode_global: 'global',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   283
      lbl_protect: 'protection:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   284
      btn_protect_on: 'on',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   285
      btn_protect_off: 'off',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   286
      btn_protect_semi: 'semi',
906
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   287
      btn_protect_change: 'change',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   288
      btn_clearlogs: 'clear page logs',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   289
      btn_deletepage: 'delete this page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   290
      btn_deletepage_votes: ' (<b>%num_votes%</b> vote%plural%)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   291
      lbl_password: 'page password:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   292
      btn_password_set: 'set',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   293
      btn_acl: 'manage page access',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   294
      btn_admin: 'administrative options',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   295
      
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   296
      tip_article: 'View the page contents, all of the page contents, and nothing but the page contents (alt-a)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   297
      tip_comments: 'View the comments that other users have posted about this page (alt-c)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   298
      tip_edit: 'Edit the contents of this page (alt-e)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   299
      tip_viewsource: 'View the source code (wiki markup) that this page uses (alt-e)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   300
      tip_history: 'View a log of actions taken on this page (alt-h)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   301
      tip_rename: 'Change the display name of this page (alt-r)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   302
      tip_delvote: 'Vote to have this page deleted (alt-d)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   303
      tip_resetvotes: 'Clear the list of votes for deletion against this page (alt-y)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   304
      tip_printable: 'View a version of this page that is suitable for printing',
906
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   305
      tip_protect: 'Change the protection level of this page (alt-p)',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   306
      tip_flushlogs: 'Remove all edit and action logs for this page from the database. IRREVERSIBLE! (alt-l)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   307
      tip_deletepage: 'Delete this page. This is always reversible unless the logs are cleared. (alt-k)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   308
      tip_adminoptions: 'Administrative options for this page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   309
      tip_moreoptions: 'Additional options for working with this page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   310
      tip_password: 'Require a password in order for this page to be viewed',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   311
      tip_aclmanager: 'Manage who can do what with this page (alt-m)',
391
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   312
      
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   313
      cat_heading_subcategories: 'Subcategories',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   314
      cat_msg_no_subcategories: 'No subcategories.',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   315
      cat_heading_pages: 'Pages',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   316
      cat_msg_no_pages: 'No pages in this category.',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   317
      
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   318
      filebox_heading: 'Uploaded file',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   319
      filebox_msg_not_found: 'There are no files uploaded with this name yet. <a href="%upload_link%">Upload a file...</a>',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   320
      filebox_lbl_type: 'Type:',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   321
      filebox_lbl_size: 'Size: %size%',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   322
      filebox_lbl_uploaded: 'Uploaded:',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   323
      filebox_msg_virus_warning: 'This file type may contain viruses or other code that could harm your computer. You should exercise caution if you download it.',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   324
      filebox_btn_download: 'Download this file',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   325
      filebox_btn_upload_new: 'Upload new version',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   326
      filebox_heading_history: 'File history',
85f91037cd4f Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents: 387
diff changeset
   327
      filebox_btn_this_version: 'this ver',
481
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   328
      filebox_btn_revert: 'restore',
906
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   329
      filebox_btn_current: 'current',
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   330
      
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   331
      protect_heading: 'Protect page',
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   332
      protect_msg_select_level: 'Select a protection level:',
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   333
      protect_btn_full: 'Full protection',
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   334
      protect_btn_full_hint: 'Prevents everyone except moderators and administrators (by default) from editing the page.',
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   335
      protect_btn_semi: 'Semi-protection',
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   336
      protect_btn_semi_hint: 'Only users who have been members of this site for more than 4 days will be able to edit this page.',
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   337
      protect_btn_none: 'No protection',
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   338
      protect_btn_none_hint: 'Allows everybody to edit this page unless ACLs deny them.',
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   339
      protect_lbl_current: 'current setting',
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   340
      protect_lbl_reason: 'Reason:',
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   341
      protect_lbl_reason_hint: 'Enter a short reason for protecting the page. The message you enter here will be displayed in the page\'s logs.',
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   342
      protect_btn_submit: 'Protect page',
c949e82b8f49 New page protection UI. Both miniPrompt and failsafe HTML.
Dan
parents: 901
diff changeset
   343
      protect_err_need_reason: 'Please enter a reason for protecting this page.',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   344
    },
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   345
    editor: {
335
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   346
      err_server: 'There was a problem starting the editor',
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   347
      err_access_denied_title: 'Not authorized to view source',
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   348
      err_access_denied_body: 'You are not authorized to edit or view the source of this page.',
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   349
      err_save_title: 'There was a problem saving the page.',
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   350
      err_save_body: 'A few problems were encountered while your page was being saved:',
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   351
      err_obsolete_title: 'Someone else modified this page while you were editing it',
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   352
      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.',
336
bfa2e9c23f03 Added ability to require CAPTCHA for guests when editing pages (AJAX INTERFACE ONLY)
Dan
parents: 335
diff changeset
   353
      err_need_captcha_title: 'Missing confirmation code',
bfa2e9c23f03 Added ability to require CAPTCHA for guests when editing pages (AJAX INTERFACE ONLY)
Dan
parents: 335
diff changeset
   354
      err_need_captcha_body: 'Please enter the confirmation code in the box labeled "%this.editor_lbl_field_captcha_code%". %this.editor_msg_captcha_blind%',
bfa2e9c23f03 Added ability to require CAPTCHA for guests when editing pages (AJAX INTERFACE ONLY)
Dan
parents: 335
diff changeset
   355
      err_no_text_title: 'No text entered',
bfa2e9c23f03 Added ability to require CAPTCHA for guests when editing pages (AJAX INTERFACE ONLY)
Dan
parents: 335
diff changeset
   356
      err_no_text_body: 'Please enter the text that will be in this page.',
335
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   357
      // Server-side errors
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   358
      err_no_rows: 'Page doesn\'t exist in the database',
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   359
      err_no_permission: 'You do not have permission to edit this page.',
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   360
      err_page_protected: 'This page is protected, and you do not have permission to edit protected pages.',
336
bfa2e9c23f03 Added ability to require CAPTCHA for guests when editing pages (AJAX INTERFACE ONLY)
Dan
parents: 335
diff changeset
   361
      err_captcha_wrong: 'The confirmation code you entered is incorrect.',
825
9d5c04c1414f Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
Dan
parents: 800
diff changeset
   362
      err_spamcheck_failed: 'Your edit was rejected because it looks like spam.',
335
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   363
      
397
06415d243d09 Added a heading "editing page" in page editor for visual appeal; removed use of alternate <?= ?> syntax in installer as it was causing problems on Win2k3 + PHP/FastCGI. (Experimentally using TortoiseHG's hgtk to commit)
Dan
parents: 391
diff changeset
   364
      msg_editor_heading: 'Editing page',
335
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   365
      msg_saved: 'Your changes to this page have been saved.',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   366
      msg_revert_confirm: 'Do you really want to revert your changes?',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   367
      msg_discard_confirm: 'Do you really want to discard your changes?',
335
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   368
      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.',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   369
      msg_unload: 'If you do, any changes that you have made to this page will be lost.',
832
7152ca0a0ce9 Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
Dan
parents: 825
diff changeset
   370
      msg_revert_confirm_title: 'Revert changes?',
7152ca0a0ce9 Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
Dan
parents: 825
diff changeset
   371
      msg_revert_confirm_body: 'All of the changes you have made to this page will be lost, and the text will be replaced with the latest published (not draft) version of the page.',
7152ca0a0ce9 Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
Dan
parents: 825
diff changeset
   372
      msg_cancel_confirm_title: 'Close without saving?',
7152ca0a0ce9 Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
Dan
parents: 825
diff changeset
   373
      msg_cancel_confirm_body: 'You haven\'t saved your changes to the page. Closing the editor will discard your changes.',
335
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   374
      msg_diff: 'Below is a summarization of the differences between the current revision of the page (left), and your version (right).',
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   375
      msg_diff_empty: 'There are no differences between the text in the editor and the current revision of the page.',
408
7ecbe721217c Modified editor and rename functions to go through the API when rolling back. This causes rollbacks to be logged.
Dan
parents: 406
diff changeset
   376
      msg_editing_old_revision: 'You are editing an old revision of this page. If you click Save, newer revisions of this page will be undone.',
413
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 408
diff changeset
   377
      msg_have_draft_title: 'A draft copy of this page is available.',
550
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
   378
      msg_have_draft_body: '%author% saved a draft version of this page on %time%. You can <a href="#use_draft" onclick="ajaxEditorUseDraft(); return false;">use the draft copy</a>, or edit the current published version (below). If you edit the published version, the draft copy will remain available, but will not reflect your changes. It is recommended that you edit the draft version instead of editing the published version. You can also <a href="#delete_draft" onclick="ajaxEditorDeleteDraft(); return false;">discard the draft revision</a>.',
832
7152ca0a0ce9 Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
Dan
parents: 825
diff changeset
   379
      msg_convert_confirm_title: 'Convert this page?',
7152ca0a0ce9 Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
Dan
parents: 825
diff changeset
   380
      msg_convert_confirm_body: 'This will change the format of the page. This may cause some loss of formatting information.',
7152ca0a0ce9 Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
Dan
parents: 825
diff changeset
   381
      msg_convert_draft_load_title: 'Format changed',
7152ca0a0ce9 Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
Dan
parents: 825
diff changeset
   382
      msg_convert_draft_load_body: 'The revision that was just loaded is in a different format than the current setting. The editor has been switched to match the format.',
7152ca0a0ce9 Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
Dan
parents: 825
diff changeset
   383
      btn_graphical: 'Convert to HTML',
7152ca0a0ce9 Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
Dan
parents: 825
diff changeset
   384
      btn_wikitext: 'Convert to wikitext',
335
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   385
      lbl_edit_summary: 'Brief summary of your changes:',
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   386
      lbl_edit_summary_explain: 'Please summarize and briefly explain what you changed on the page.',
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   387
      lbl_minor_edit: 'Mark revision as trivial:',
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   388
      lbl_minor_edit_field: 'This is a minor edit',
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   389
      lbl_minor_edit_explain: 'Select this if you\'re only making a minor change to the page',
413
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 408
diff changeset
   390
      btn_save: 'Save',
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 408
diff changeset
   391
      btn_savedraft: 'Save draft',
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 408
diff changeset
   392
      btn_preview: 'Preview',
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 408
diff changeset
   393
      btn_revert: 'Revert',
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 408
diff changeset
   394
      btn_cancel: 'Cancel',
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 408
diff changeset
   395
      btn_diff: 'Show changes',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   396
      btn_closeviewer: 'Close viewer',
413
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 408
diff changeset
   397
      msg_draft_saving: 'Saving...',
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 408
diff changeset
   398
      msg_draft_saved: 'Saved at %time%',
832
7152ca0a0ce9 Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
Dan
parents: 825
diff changeset
   399
      btn_revert_confirm: 'Revert changes',
7152ca0a0ce9 Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
Dan
parents: 825
diff changeset
   400
      btn_cancel_confirm: 'Close editor',
7152ca0a0ce9 Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
Dan
parents: 825
diff changeset
   401
      btn_cancel_cancel: 'Keep editing',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   402
      preview_blurb: '<b>Reminder:</b> This is only a preview - your changes to this page have not yet been saved.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   403
      msg_save_success_title: 'Changes saved',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   404
      msg_save_success_body: 'Your changes to this page have been saved. Redirecting...',
408
7ecbe721217c Modified editor and rename functions to go through the API when rolling back. This causes rollbacks to be logged.
Dan
parents: 406
diff changeset
   405
      reversion_edit_summary: 'Undid %undo_count% revision(s) by %current_author% to revision %last_rev_id% by %old_author%',
550
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
   406
      msg_confirm_delete_draft_title: 'Delete the draft revision?',
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
   407
      msg_confirm_delete_draft_body: 'This will discard the saved draft version of this page.',
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
   408
      btn_delete_draft: 'Delete draft',
336
bfa2e9c23f03 Added ability to require CAPTCHA for guests when editing pages (AJAX INTERFACE ONLY)
Dan
parents: 335
diff changeset
   409
      
337
491518997ae5 Made CAPTCHA for guests' page editing work with the non-AJAX interface
Dan
parents: 336
diff changeset
   410
      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 page is not being edited by an automated bot. If the image to the right is illegible, you can regenerate it by clicking on the image (only works if your browser supports Javascript).',
336
bfa2e9c23f03 Added ability to require CAPTCHA for guests when editing pages (AJAX INTERFACE ONLY)
Dan
parents: 335
diff changeset
   411
      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 be able to make your requested edits.',
bfa2e9c23f03 Added ability to require CAPTCHA for guests when editing pages (AJAX INTERFACE ONLY)
Dan
parents: 335
diff changeset
   412
      lbl_field_captcha: 'Visual confirmation',
550
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
   413
      lbl_field_captcha_code: 'Code:'
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   414
    },
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   415
    history: {
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   416
      summary_clearlogs: 'Automatic backup created when logs were purged',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   417
      page_subtitle: 'History of edits and actions',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   418
      heading_edits: 'Edits:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   419
      heading_other: 'Other changes:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   420
      no_entries: 'No history entries in this category.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   421
      btn_compare: 'Compare selected revisions',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   422
      col_diff: 'Diff',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   423
      col_datetime: 'Date/time',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   424
      col_user: 'User',
335
67bd3121a12e Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents: 334
diff changeset
   425
      col_page: 'Page',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   426
      col_summary: 'Edit summary',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   427
      col_minor: 'Minor',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   428
      col_actions: 'Actions',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   429
      col_action_taken: 'Action taken',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   430
      col_extra: 'Extra info',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   431
      extra_reason: 'Reason:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   432
      extra_oldtitle: 'Old title:',
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   433
      extra_protection_reversion: '(Reversion of previous protection)',
481
07bf15b066bc Hopefully completed rewrite and localization of rollback backend and interface
Dan
parents: 473
diff changeset
   434
      extra_upload_reversion: '(Restoration of previous upload)',
913
3ec535acd11e Deletion vote reset is now logged and able to be rolled back
Dan
parents: 909
diff changeset
   435
      extra_numvotes: 'Number of votes:',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   436
      tip_rdns: 'Click cell background for reverse DNS info',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   437
      action_view: 'View',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   438
      action_contrib: 'User contribs',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   439
      action_restore: 'Restore',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   440
      action_revert: 'Revert action',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   441
      log_protect: 'Protected page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   442
      log_unprotect: 'Unprotected page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   443
      log_semiprotect: 'Semi-protected page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   444
      log_rename: 'Renamed page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   445
      log_create: 'Created page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   446
      log_delete: 'Deleted page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   447
      log_uploadnew: 'Uploaded new file version',
913
3ec535acd11e Deletion vote reset is now logged and able to be rolled back
Dan
parents: 909
diff changeset
   448
      log_votereset: 'Reset deletion votes',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   449
      lbl_comparingrevisions: 'Comparing revisions:',
800
9cdfe82c56cd Major underlying changes to namespace handling. Each namespace is handled by its own class which extends Namespace_Default. Much greater customization/pluggability potential, at the possible expense of some code reusing (though code reusing has been avoided thus far). Also a bit better handling of page passwords [SECURITY].
Dan
parents: 795
diff changeset
   450
      summary_none_given: 'No edit summary provided.',
9cdfe82c56cd Major underlying changes to namespace handling. Each namespace is handled by its own class which extends Namespace_Default. Much greater customization/pluggability potential, at the possible expense of some code reusing (though code reusing has been avoided thus far). Also a bit better handling of page passwords [SECURITY].
Dan
parents: 795
diff changeset
   451
      err_wrong_password: 'Please enter the password for this page before viewing its history.'
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   452
    },
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   453
    catedit: {
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   454
      title: 'Select which categories this page should be included in.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   455
      no_categories: 'There are no categories on this site yet.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   456
      catbox_lbl_categories: 'Categories:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   457
      catbox_lbl_uncategorized: '(Uncategorized)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   458
      catbox_link_edit: 'edit categorization',
550
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
   459
      catbox_link_showcategorization: 'show page categorization'
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   460
    },
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   461
    tags: {
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   462
      catbox_link: 'show page tags',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   463
      lbl_page_tags: 'Page tags:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   464
      lbl_no_tags: 'No tags on this page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   465
      btn_add_tag: '(add a tag)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   466
      lbl_add_tag: 'Add a tag:',
550
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
   467
      btn_add: '+ Add'
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   468
    },
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   469
    delvote: {
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   470
      lbl_votes_one: 'There is one user that thinks this page should be deleted.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   471
      lbl_votes_plural: 'There are %num_users% users that think this page should be deleted.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   472
      lbl_users_that_voted: 'Users that voted:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   473
      btn_deletepage: 'Delete page',
550
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
   474
      btn_resetvotes: 'Reset votes'
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   475
    },
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   476
    ajax: {
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   477
      // Client-side messages
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   478
      protect_prompt_reason: 'Reason for (un)protecting:',
522
fd46b1bf708e Dramatically improved the page-rename UX and added a miniPrompt API that allows small pop-down prompts as opposed to prompt() or confirm().
Dan
parents: 504
diff changeset
   479
      rename_prompt: 'What title should this page be renamed to?\n%this.ajax_rename_notice%',
fd46b1bf708e Dramatically improved the page-rename UX and added a miniPrompt API that allows small pop-down prompts as opposed to prompt() or confirm().
Dan
parents: 504
diff changeset
   480
      rename_prompt_short: 'Enter a new name for this page',
fd46b1bf708e Dramatically improved the page-rename UX and added a miniPrompt API that allows small pop-down prompts as opposed to prompt() or confirm().
Dan
parents: 504
diff changeset
   481
      rename_notice: 'This won\'t change the URL to this page. To change the URL to this page, use Page Manager in the administration panel.',
696
bd5069e1f19a Revamped page deletion interface; fixed bug where page_meta cache was not being cleared upon restoration of deleted page.
Dan
parents: 688
diff changeset
   482
      delete_header: 'Delete this page?',
bd5069e1f19a Revamped page deletion interface; fixed bug where page_meta cache was not being cleared upon restoration of deleted page.
Dan
parents: 688
diff changeset
   483
      delete_lbl_reason: 'Reason:',
bd5069e1f19a Revamped page deletion interface; fixed bug where page_meta cache was not being cleared upon restoration of deleted page.
Dan
parents: 688
diff changeset
   484
      delete_prompt_reason: 'Please enter your reason for deleting this page. This will be visible in the page history as well as on the deleted page.',
bd5069e1f19a Revamped page deletion interface; fixed bug where page_meta cache was not being cleared upon restoration of deleted page.
Dan
parents: 688
diff changeset
   485
      delete_msg_confirm: 'Deleting pages is reversible. Users with administrative access can restore the page, but not any comments, categorization data, tags, or files (if the page contains an uploaded file). If Wiki Mode is in effect globally, everyone can create this page again and see past revisions.',
bd5069e1f19a Revamped page deletion interface; fixed bug where page_meta cache was not being cleared upon restoration of deleted page.
Dan
parents: 688
diff changeset
   486
      delete_lbl_confirm: 'Yes, I\'m sure',
bd5069e1f19a Revamped page deletion interface; fixed bug where page_meta cache was not being cleared upon restoration of deleted page.
Dan
parents: 688
diff changeset
   487
      delete_btn_delete: 'Delete page',
539
1beddd693f2d Replaced some confirmation boxes with miniPromptMessage versions. This commit will require a re-langimport and shift-reload.
Dan
parents: 522
diff changeset
   488
      delvote_confirm_title: 'Vote to delete this page?',
1beddd693f2d Replaced some confirmation boxes with miniPromptMessage versions. This commit will require a re-langimport and shift-reload.
Dan
parents: 522
diff changeset
   489
      delvote_confirm_body: 'Administrators and moderators will see a notice on this page showing who voted.',
1beddd693f2d Replaced some confirmation boxes with miniPromptMessage versions. This commit will require a re-langimport and shift-reload.
Dan
parents: 522
diff changeset
   490
      delvote_btn_submit: 'Vote',
1beddd693f2d Replaced some confirmation boxes with miniPromptMessage versions. This commit will require a re-langimport and shift-reload.
Dan
parents: 522
diff changeset
   491
      delvote_reset_confirm_title: 'Reset votes for deletion?',
1beddd693f2d Replaced some confirmation boxes with miniPromptMessage versions. This commit will require a re-langimport and shift-reload.
Dan
parents: 522
diff changeset
   492
      delvote_reset_confirm_body: 'This will reset the number of votes against this page to zero.',
1beddd693f2d Replaced some confirmation boxes with miniPromptMessage versions. This commit will require a re-langimport and shift-reload.
Dan
parents: 522
diff changeset
   493
      delvote_reset_btn_submit: 'Reset',
1beddd693f2d Replaced some confirmation boxes with miniPromptMessage versions. This commit will require a re-langimport and shift-reload.
Dan
parents: 522
diff changeset
   494
      clearlogs_confirm_title: 'Clear this page\'s logs?',
1beddd693f2d Replaced some confirmation boxes with miniPromptMessage versions. This commit will require a re-langimport and shift-reload.
Dan
parents: 522
diff changeset
   495
      clearlogs_confirm_body: 'This will erase this page\'s entire history and is an irreversible operation.',
1beddd693f2d Replaced some confirmation boxes with miniPromptMessage versions. This commit will require a re-langimport and shift-reload.
Dan
parents: 522
diff changeset
   496
      clearlogs_btn_submit: 'Clear Logs',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   497
      killphp_confirm: 'Are you really sure you want to do this? Some pages might not function if this emergency-only feature is activated.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   498
      killphp_success: 'Embedded PHP in pages has been disabled.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   499
      lbl_moreoptions_nojs: 'More options for this page',
582
a38876c0793c Majorly reworked Javascript runtime stuff to use on-demand loading.
Dan
parents: 550
diff changeset
   500
      msg_loading_component: 'Loading %component%...',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   501
      
870
82bbfe3dc8a0 Swapped in a new theme selector.
Dan
parents: 832
diff changeset
   502
      thmsel_lbl_choosetheme: 'Choose a theme',
82bbfe3dc8a0 Swapped in a new theme selector.
Dan
parents: 832
diff changeset
   503
      thmsel_lbl_choosestyle: 'Choose a style variation',
82bbfe3dc8a0 Swapped in a new theme selector.
Dan
parents: 832
diff changeset
   504
      thmsel_msg_success: 'Theme changed',
82bbfe3dc8a0 Swapped in a new theme selector.
Dan
parents: 832
diff changeset
   505
      thmsel_btn_reload: 'Reload page',
82bbfe3dc8a0 Swapped in a new theme selector.
Dan
parents: 832
diff changeset
   506
      thmsel_btn_close: 'Close selector and reload later',
1056
f21d6e75b469 ACL editor: finally fixed that annoying blank-window bug on rule deletion
Dan
parents: 969
diff changeset
   507
      thmsel_btn_close_hint: 'You\'ll see your new theme on the next page reload.',
870
82bbfe3dc8a0 Swapped in a new theme selector.
Dan
parents: 832
diff changeset
   508
      
651
ce9d78d7251d Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
Dan
parents: 582
diff changeset
   509
      badjson_title: 'The site encountered an error while processing your request.',
ce9d78d7251d Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
Dan
parents: 582
diff changeset
   510
      badjson_body: 'We unexpectedly received the following response from the server. The response should have been in the JSON serialization format, but the response wasn\'t composed only of the JSON response. There are three possible triggers for this problem:',
ce9d78d7251d Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
Dan
parents: 582
diff changeset
   511
      badjson_tip1: 'The server sent back a bad HTTP response code and thus sent an error page instead of running Enano. This indicates a possible problem with your server, and is not likely to be a bug with Enano.',
ce9d78d7251d Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
Dan
parents: 582
diff changeset
   512
      badjson_tip2: 'The server sent back the expected JSON response, but also injected some code into the response that should not be there. Typically this consists of advertisement code. In this case, the administrator of this site will have to contact their web host to have advertisements disabled.',
ce9d78d7251d Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
Dan
parents: 582
diff changeset
   513
      badjson_tip3: 'It\'s possible that Enano triggered a PHP error or warning. In this case, you may be looking at a bug in Enano.',
ce9d78d7251d Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
Dan
parents: 582
diff changeset
   514
      badjson_osc: 'This is KNOWN to be the case with the OpenSourceCMS.com demo version of Enano.',
ce9d78d7251d Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
Dan
parents: 582
diff changeset
   515
      badjson_msg_response: 'The response received from the server is as follows:',
ce9d78d7251d Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
Dan
parents: 582
diff changeset
   516
      badjson_msg_viewashtml: 'You may also choose to view the response as HTML.',
ce9d78d7251d Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
Dan
parents: 582
diff changeset
   517
      badjson_btn_viewashtml: 'View as HTML',
ce9d78d7251d Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
Dan
parents: 582
diff changeset
   518
      badjson_html_confirm_title: 'View the response as HTML?',
677
2a263b598a2b Improved miniPrompt and fadefilter to properly overlap parent modal windows. MessageBox() is next. Fixed pref_disable_js_fx not working due to wrong type (number instead of boolean).
Dan
parents: 672
diff changeset
   519
      badjson_html_confirm_body: 'If the server\'s response was modified by an attacker to include malicious code, viewing the response as HTML might allow that malicious code to run. Only continue if you have inspected the response text and verified that it is safe.\n\nThe information in JSON responses is typically only meant to be useful to developers and the Enano applets.',
651
ce9d78d7251d Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
Dan
parents: 582
diff changeset
   520
      badjson_btn_close: 'Close',
ce9d78d7251d Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
Dan
parents: 582
diff changeset
   521
      
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   522
      // Server-side responses
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   523
      rename_too_short: 'The name you entered is too short. Please enter a longer name for this page.',
522
fd46b1bf708e Dramatically improved the page-rename UX and added a miniPrompt API that allows small pop-down prompts as opposed to prompt() or confirm().
Dan
parents: 504
diff changeset
   524
      rename_success_title: 'Page renamed',
fd46b1bf708e Dramatically improved the page-rename UX and added a miniPrompt API that allows small pop-down prompts as opposed to prompt() or confirm().
Dan
parents: 504
diff changeset
   525
      rename_success_body: 'This page has been renamed to "%page_name_new%". You are encouraged to leave a comment explaining your action.<br /><br />Please note that you might not see this change take effect until you reload the page.',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   526
      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.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   527
      delete_need_reason: 'Invalid reason for deletion passed. Please enter a reason for deleting this page.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   528
      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.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   529
      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.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   530
      delvote_already_voted: 'It appears that you have already voted to have this page deleted.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   531
      delvote_reset_success: 'The number of votes for having this page deleted has been reset to zero.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   532
      password_success: 'The password for this page has been set.',
550
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
   533
      password_disable_success: 'The password for this page has been disabled.'
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   534
    },
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   535
    sidebar: {
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   536
      title_navigation: 'Navigation',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   537
      title_tools: 'Tools',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   538
      title_search: 'Search',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   539
      title_links: 'Links',
959
68a91587271a Added "About" sidebar block which simply shows the site description.
Dan
parents: 913
diff changeset
   540
      title_about: 'About',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   541
      
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   542
      btn_home: 'Home',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   543
      btn_createpage: 'Create a page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   544
      btn_uploadfile: 'Upload file',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   545
      btn_specialpages: 'Special pages',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   546
      btn_administration: 'Administration',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   547
      btn_editsidebar: 'Edit the sidebar',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   548
      btn_search_go: 'Go',
655
b2c51a68209b Fixed unused $admintitle variable in $template->fading_button code generation; fixed missing CDNPATH, JS_HEADER, and JS_FOOTER in template_nodb; localized onpage_lbl_page_external
Dan
parents: 651
diff changeset
   549
      btn_enanopowered_admin_tip: 'You may disable this button in the admin panel under General Configuration.',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   550
      
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   551
      btn_userpage: 'User page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   552
      btn_mycontribs: 'My contributions',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   553
      btn_preferences: 'Preferences',
870
82bbfe3dc8a0 Swapped in a new theme selector.
Dan
parents: 832
diff changeset
   554
      btn_preferences_short: 'User CP',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   555
      btn_privatemessages: 'Private messages',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   556
      btn_groupcp: 'Group control panel',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   557
      btn_register: 'Create an account',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   558
      btn_login: 'Log in',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   559
      btn_logout: 'Log out',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   560
      btn_changestyle: 'Change theme',
550
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
   561
      btn_recent_changes: 'Recent edits'
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   562
    },
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   563
    perm: {
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   564
      read: 'Read page(s)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   565
      post_comments: 'Post comments',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   566
      edit_comments: 'Edit own comments',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   567
      edit_page: 'Edit page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   568
      view_source: 'View source',
387
92664d2efab8 Rebranded source code as 1.1.1; added TinyMCE ACL rule as per Vadi's request: http://forum.enanocms.org/viewtopic.php?f=7&t=54
Dan
parents: 378
diff changeset
   569
      edit_wysiwyg: 'Use graphical editor (<a href="http://docs.enanocms.org/Help:4.1#toc4">WEAK</a>)',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   570
      mod_comments: 'Moderate comments',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   571
      history_view: 'View history/diffs',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   572
      history_rollback: 'Rollback history',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   573
      history_rollback_extra: 'Undelete page(s)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   574
      protect: 'Protect page(s)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   575
      rename: 'Rename page(s)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   576
      clear_logs: 'Clear page logs (dangerous)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   577
      vote_delete: 'Vote to delete',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   578
      vote_reset: 'Reset delete votes',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   579
      delete_page: 'Delete page(s)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   580
      tag_create: 'Tag page(s)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   581
      tag_delete_own: 'Remove own page tags',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   582
      tag_delete_other: 'Remove others\' page tags',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   583
      set_wiki_mode: 'Set per-page wiki mode',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   584
      password_set: 'Set password',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   585
      password_reset: 'Disable/reset password',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   586
      mod_misc: 'Super moderator (generate SQL backtraces, view IP addresses, and send large numbers of private messages)',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   587
      edit_cat: 'Edit categorization',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   588
      even_when_protected: 'Allow editing, renaming, and categorization even when protected',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   589
      upload_files: 'Upload files',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   590
      upload_new_version: 'Upload new versions of files',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   591
      create_page: 'Create pages',
377
bb3e6c3bd4f4 Removed stray debugging info from ACL editor success notification; added ability for guests to set language on URI (?lang=eng); added html_in_pages ACL type and separated from php_in_pages so HTML can be embedded but not PHP; rewote portions of the path manager to better abstract URL input; added Zend Framework into list of BSD-licensed libraries; localized some remaining strings; got the migration script working, but just barely; fixed display bug in Special:Contributions; localized Main Page button in admin panel
Dan
parents: 376
diff changeset
   592
      html_in_pages: 'Embed unrestricted HTML in pages',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   593
      php_in_pages: 'Embed PHP code in pages',
540
1e4b759da336 Added but didn't set up custom_user_title ACL; fixed rebuild_page_index() to use word_lcase
Dan
parents: 539
diff changeset
   594
      custom_user_title: 'Use a custom user title',
550
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
   595
      edit_acl: 'Edit access control lists'
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   596
    },
343
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   597
    plugin: {
969
0506adb8eb6c Comment UI / Special:Memberlist: UI consistency for Send PM/Add Buddy links in Memberlist and comment display UI
Dan
parents: 959
diff changeset
   598
      author_enano: 'Enano CMS Project',
0506adb8eb6c Comment UI / Special:Memberlist: UI consistency for Send PM/Add Buddy links in Memberlist and comment display UI
Dan
parents: 959
diff changeset
   599
      specialadmin_title: 'Administration panel',
343
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   600
      specialadmin_desc: 'Provides the page Special:Administration, which is the AJAX frontend to the various Admin pagelets. This plugin cannot be disabled.',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   601
      privatemessages_title: 'Private Message frontend',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   602
      privatemessages_desc: 'Provides the page Special:PrivateMessages, which is used to manage private message functions. Also handles buddy lists.',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   603
      specialcss_title: 'CSS Backend',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   604
      specialcss_desc: 'Provides the page Special:CSS, which is used in template files to reference the style sheet. Disabling or deleting this plugin will result in site instability.',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   605
      specialgroups_title: 'Group control panel',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   606
      specialgroups_desc: 'Provides group moderators and site administrators with the ability to control who is part of their groups.',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   607
      specialpagefuncs_title: 'Special page-related pages',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   608
      specialpagefuncs_desc: 'Provides the page Special:CreatePage, which can be used to create new pages. Also adds the About Enano and GNU General Public License pages.',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   609
      specialsearch_title: 'Search UI/frontend',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   610
      specialsearch_desc: 'Provides the page Special:Search, which is a frontend to the Enano search engine.',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   611
      specialupdownload_title: 'Upload/download frontend',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   612
      specialupdownload_desc: 'Provides the pages Special:UploadFile and Special:DownloadFile. UploadFile is used to upload files to the site, and DownloadFile fetches the file from the database, creates thumbnails if necessary, and sends the file to the user.',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   613
      specialuserfuncs_title: 'Special user/login-related pages',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   614
      specialuserfuncs_desc: 'Provides the pages Special:Login, Special:Logout, Special:Register, and Special:Preferences.',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   615
      specialuserprefs_title: 'User control panel',
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   616
      specialuserprefs_desc: 'Provides the page Special:Preferences.',
901
99ea0b0ac4be Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
Dan
parents: 870
diff changeset
   617
      speciallog_title: 'Log displayer',
969
0506adb8eb6c Comment UI / Special:Memberlist: UI consistency for Send PM/Add Buddy links in Memberlist and comment display UI
Dan
parents: 959
diff changeset
   618
      speciallog_desc: 'Provides the page Special:Log, which is used to view modifications to pages on the site.',
0506adb8eb6c Comment UI / Special:Memberlist: UI consistency for Send PM/Add Buddy links in Memberlist and comment display UI
Dan
parents: 959
diff changeset
   619
      tagcloud_title: 'Tag cloud sidebar block',
0506adb8eb6c Comment UI / Special:Memberlist: UI consistency for Send PM/Add Buddy links in Memberlist and comment display UI
Dan
parents: 959
diff changeset
   620
      tagcloud_desc: 'Brings back the "tag cloud" sidebar block that was removed in Enano 1.1.6.'
343
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   621
    },
359
e0787bb6285b Implemented IP logging for comments and registration
Dan
parents: 343
diff changeset
   622
    paginate: {
e0787bb6285b Implemented IP logging for comments and registration
Dan
parents: 343
diff changeset
   623
      lbl_page: 'Page:',
e0787bb6285b Implemented IP logging for comments and registration
Dan
parents: 343
diff changeset
   624
      btn_first: 'First',
e0787bb6285b Implemented IP logging for comments and registration
Dan
parents: 343
diff changeset
   625
      btn_last: 'Last',
e0787bb6285b Implemented IP logging for comments and registration
Dan
parents: 343
diff changeset
   626
      btn_prev: 'Prev',
e0787bb6285b Implemented IP logging for comments and registration
Dan
parents: 343
diff changeset
   627
      btn_next: 'Next',
e0787bb6285b Implemented IP logging for comments and registration
Dan
parents: 343
diff changeset
   628
      lbl_goto_page: 'Go to page:',
e0787bb6285b Implemented IP logging for comments and registration
Dan
parents: 343
diff changeset
   629
      err_bad_page_title: 'Invalid entry',
550
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
   630
      err_bad_page_body: 'Please enter a page number between 1 and %max%.'
359
e0787bb6285b Implemented IP logging for comments and registration
Dan
parents: 343
diff changeset
   631
    },
366
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   632
    upload: {
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   633
      err_disabled_site: 'File uploads are disabled this website.',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   634
      err_disabled_acl: 'File uploads are disabled for your user account or group.',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   635
      
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   636
      err_title: 'Upload failed',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   637
      err_cant_get_file_meta: 'The server could not retrieve the array $_FILES[\'data\'].',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   638
      err_too_big_or_small: 'The file you uploaded is either too large or 0 bytes in length.',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   639
      err_banned_ext: 'The file type ".%ext%" is not allowed.',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   640
      err_banned_chars: 'The filename contains invalid characters.',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   641
      err_already_exists: 'The file already exists. You can <a href="%upload_link%">upload a new version of this file</a>.',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   642
      err_replace_protected: 'Either the file does not exist (and therefore cannot be updated) or the file is protected.',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   643
      err_move_failed: 'Could not move uploaded file to the new location.',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   644
      err_replace_denied: 'Uploading new versions of files has been disabled for your user account or group.',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   645
      
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   646
      success_title: 'Upload complete',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   647
      success_body: 'Your file has been uploaded successfully. View the <a href="%file_link%">file\'s page</a>.',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   648
      
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   649
      intro: 'Using this form you can upload a file to the %config.site_name% site.',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   650
      max_filesize: 'The maximum file size is %config.max_file_size% %this.etc_unit_bytes% (%size%).',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   651
      field_file: 'File:',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   652
      field_renameto: 'Rename to:',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   653
      field_comments: 'Comments:<br />(can be wiki-formatted)',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   654
      field_reason: 'Reason for uploading the new version:',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   655
      btn_upload: 'Upload file',
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   656
      
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   657
      err_not_found_title: 'File not found',
550
685e839d934e Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Dan
parents: 540
diff changeset
   658
      err_not_found_body: 'The file "%filename%" cannot be found.'
366
7e16181545e1 Localized Special:UploadFile and Special:DownloadFile
Dan
parents: 360
diff changeset
   659
    },
406
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   660
    tz: {
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   661
      // Thanks to phpBB for this timezone data.
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   662
      // Do not add or remove from this list - contact the core team to have changes made to this list.
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   663
      hrs_n12: 'UTC - 12 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   664
      hrs_n11: 'UTC - 11 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   665
      hrs_n10: 'UTC - 10 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   666
      hrs_n9p5: 'UTC - 9:30 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   667
      hrs_n9: 'UTC - 9 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   668
      hrs_n8: 'UTC - 8 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   669
      hrs_n7: 'UTC - 7 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   670
      hrs_n6: 'UTC - 6 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   671
      hrs_n5: 'UTC - 5 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   672
      hrs_n4: 'UTC - 4 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   673
      hrs_n3p5: 'UTC - 3:30 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   674
      hrs_n3: 'UTC - 3 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   675
      hrs_n2: 'UTC - 2 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   676
      hrs_n1: 'UTC - 1 hour',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   677
      hrs_0: 'UTC',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   678
      hrs_1: 'UTC + 1 hour',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   679
      hrs_2: 'UTC + 2 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   680
      hrs_3: 'UTC + 3 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   681
      hrs_3p5: 'UTC + 3:30 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   682
      hrs_4: 'UTC + 4 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   683
      hrs_4p5: 'UTC + 4:30 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   684
      hrs_5: 'UTC + 5 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   685
      hrs_5p5: 'UTC + 5:30 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   686
      hrs_5p75: 'UTC + 5:45 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   687
      hrs_6: 'UTC + 6 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   688
      hrs_6p5: 'UTC + 6:30 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   689
      hrs_7: 'UTC + 7 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   690
      hrs_8: 'UTC + 8 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   691
      hrs_8p75: 'UTC + 8:45 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   692
      hrs_9: 'UTC + 9 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   693
      hrs_9p5: 'UTC + 9:30 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   694
      hrs_10: 'UTC + 10 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   695
      hrs_10p5: 'UTC + 10:30 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   696
      hrs_11: 'UTC + 11 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   697
      hrs_11p5: 'UTC + 11:30 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   698
      hrs_12: 'UTC + 12 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   699
      hrs_12p75: 'UTC + 12:45 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   700
      hrs_13: 'UTC + 13 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   701
      hrs_14: 'UTC + 14 hours',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   702
      title_n12: '[UTC - 12] Baker Island Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   703
      title_n11: '[UTC - 11] Niue Time, Samoa Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   704
      title_n10: '[UTC - 10] Hawaii-Aleutian Standard Time, Cook Island Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   705
      title_n9p5: '[UTC - 9:30] Marquesas Islands Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   706
      title_n9: '[UTC - 9] Alaska Standard Time, Gambier Island Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   707
      title_n8: '[UTC - 8] Pacific Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   708
      title_n7: '[UTC - 7] Mountain Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   709
      title_n6: '[UTC - 6] Central Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   710
      title_n5: '[UTC - 5] Eastern Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   711
      title_n4: '[UTC - 4] Atlantic Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   712
      title_n3p5: '[UTC - 3:30] Newfoundland Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   713
      title_n3: '[UTC - 3] Amazon Standard Time, Central Greenland Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   714
      title_n2: '[UTC - 2] Fernando de Noronha Time, South Georgia &amp; the South Sandwich Islands Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   715
      title_n1: '[UTC - 1] Azores Standard Time, Cape Verde Time, Eastern Greenland Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   716
      title_0: '[UTC] Western European Time, Greenwich Mean Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   717
      title_1: '[UTC + 1] Central European Time, West African Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   718
      title_2: '[UTC + 2] Eastern European Time, Central African Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   719
      title_3: '[UTC + 3] Moscow Standard Time, Eastern African Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   720
      title_3p5: '[UTC + 3:30] Iran Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   721
      title_4: '[UTC + 4] Gulf Standard Time, Samara Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   722
      title_4p5: '[UTC + 4:30] Afghanistan Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   723
      title_5: '[UTC + 5] Pakistan Standard Time, Yekaterinburg Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   724
      title_5p5: '[UTC + 5:30] Indian Standard Time, Sri Lanka Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   725
      title_5p75: '[UTC + 5:45] Nepal Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   726
      title_6: '[UTC + 6] Bangladesh Time, Bhutan Time, Novosibirsk Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   727
      title_6p5: '[UTC + 6:30] Cocos Islands Time, Myanmar Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   728
      title_7: '[UTC + 7] Indochina Time, Krasnoyarsk Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   729
      title_8: '[UTC + 8] Chinese Standard Time, Australian Western Standard Time, Irkutsk Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   730
      title_8p75: '[UTC + 8:45] Southeastern Western Australia Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   731
      title_9: '[UTC + 9] Japan Standard Time, Korea Standard Time, Chita Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   732
      title_9p5: '[UTC + 9:30] Australian Central Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   733
      title_10: '[UTC + 10] Australian Eastern Standard Time, Vladivostok Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   734
      title_10p5: '[UTC + 10:30] Lord Howe Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   735
      title_11: '[UTC + 11] Solomon Island Time, Magadan Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   736
      title_11p5: '[UTC + 11:30] Norfolk Island Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   737
      title_12: '[UTC + 12] New Zealand Time, Fiji Time, Kamchatka Standard Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   738
      title_12p75: '[UTC + 12:45] Chatham Islands Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   739
      title_13: '[UTC + 13] Tonga Time, Phoenix Islands Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   740
      title_14: '[UTC + 14] Line Island Time',
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   741
      // This is a JSON string that lists all the timezones that are defined here.
711
f70d764aab33 Added initial support for DST. Rules are defined in constants.php and are extensible.
Dan
parents: 696
diff changeset
   742
      list: '{"n12":-12,"n11":-11,"n10":-10,"n9p5":-9.5,"n9":-9,"n8":-8,"n7":-7,"n6":-6,"n5":-5,"n4":-4,"n3p5":-3.5,"n3":-3,"n2":-2,"n1":-1,"0":0,"1":1,"2":2,"3":3,"3p5":3.5,"4":4,"4p5":4.5,"5":5,"5p5":5.5,"5p75":5.75,"6":6,"6p5":6.5,"7":7,"8":8,"8p75":8.75,"9":9,"9p5":9.5,"10":10,"10p5":10.5,"11":11,"11p5":11.5,"12":12,"12p75":12.75,"13":13,"14":14}',
f70d764aab33 Added initial support for DST. Rules are defined in constants.php and are extensible.
Dan
parents: 696
diff changeset
   743
      
f70d764aab33 Added initial support for DST. Rules are defined in constants.php and are extensible.
Dan
parents: 696
diff changeset
   744
      // DST profiles
770
62fed244fa1c Fixed timezone preference setting not fully implemented; added ability for users to select their own rank from a list of possible ranks based on group membership and user level
Dan
parents: 711
diff changeset
   745
      dst_off: 'My region doesn\'t observe DST',
711
f70d764aab33 Added initial support for DST. Rules are defined in constants.php and are extensible.
Dan
parents: 696
diff changeset
   746
      dst_usa: 'United States: second Sunday of March to first Sunday of November',
f70d764aab33 Added initial support for DST. Rules are defined in constants.php and are extensible.
Dan
parents: 696
diff changeset
   747
      dst_europe: 'Europe: last Sunday of March to last Sunday of October',
f70d764aab33 Added initial support for DST. Rules are defined in constants.php and are extensible.
Dan
parents: 696
diff changeset
   748
      dst_australia: 'Australia (except Tasmania): last Sunday of October to last Sunday of March',
f70d764aab33 Added initial support for DST. Rules are defined in constants.php and are extensible.
Dan
parents: 696
diff changeset
   749
      dst_tasmania: 'Tasmania: first Sunday of October to last Sunday of March'
406
7468a663315f Added some basic timezone support; DST support is still to come.
Dan
parents: 403
diff changeset
   750
    },
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   751
    etc: {
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   752
      redirect_title: 'Redirecting...',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   753
      redirect_body: 'Please wait while you are redirected.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   754
      redirect_timeout: 'If you are not redirected within %timeout% seconds, please <a href="%redirect_url%">click here</a>.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   755
      // Generic "Save Changes" button
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   756
      save_changes: 'Save changes',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   757
      // Generic "Cancel changes" button
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   758
      cancel_changes: 'Cancel changes',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   759
      // Generic wizard buttons
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   760
      wizard_next: 'Next >',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   761
      wizard_back: '< Back',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   762
      wizard_previous: '< Previous',
377
bb3e6c3bd4f4 Removed stray debugging info from ACL editor success notification; added ability for guests to set language on URI (?lang=eng); added html_in_pages ACL type and separated from php_in_pages so HTML can be embedded but not PHP; rewote portions of the path manager to better abstract URL input; added Zend Framework into list of BSD-licensed libraries; localized some remaining strings; got the migration script working, but just barely; fixed display bug in Special:Contributions; localized Main Page button in admin panel
Dan
parents: 376
diff changeset
   763
      // Generic link to main page
bb3e6c3bd4f4 Removed stray debugging info from ACL editor success notification; added ability for guests to set language on URI (?lang=eng); added html_in_pages ACL type and separated from php_in_pages so HTML can be embedded but not PHP; rewote portions of the path manager to better abstract URL input; added Zend Framework into list of BSD-licensed libraries; localized some remaining strings; got the migration script working, but just barely; fixed display bug in Special:Contributions; localized Main Page button in admin panel
Dan
parents: 376
diff changeset
   764
      btn_main_page: 'Main page',
370
b251818286b1 Localized registration errors and activation/COPPA e-mails
Dan
parents: 369
diff changeset
   765
      // Generic switchable editor buttons
b251818286b1 Localized registration errors and activation/COPPA e-mails
Dan
parents: 369
diff changeset
   766
      tinymce_btn_text: 'text editor',
b251818286b1 Localized registration errors and activation/COPPA e-mails
Dan
parents: 369
diff changeset
   767
      tinymce_btn_graphical: 'graphical editor',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   768
      // Generic "Notice:" label
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   769
      lbl_notice: 'Notice:',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   770
      // Generic "Access denied"
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   771
      access_denied: 'Access to the specified file, resource, or action is denied.',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   772
      access_denied_short: 'Access denied',
907
44851d7e9bda Live Re-Auth is now required for deleting pages, editing ACLs, protecting pages, and clearing logs. Committing in a hurry as a storm is coming in, hope everything is in there.
Dan
parents: 906
diff changeset
   773
      access_denied_need_reauth: 'You need to re-authenticate before you can do that.',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   774
      return_to_page: 'Return to the page',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   775
      invalid_request_short: 'Invalid request',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   776
      // Message box buttons
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   777
      ok: 'OK',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   778
      cancel: 'Cancel',
696
bd5069e1f19a Revamped page deletion interface; fixed bug where page_meta cache was not being cleared upon restoration of deleted page.
Dan
parents: 688
diff changeset
   779
      close: 'Close',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   780
      yes: 'Yes',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   781
      no: 'No',
522
fd46b1bf708e Dramatically improved the page-rename UX and added a miniPrompt API that allows small pop-down prompts as opposed to prompt() or confirm().
Dan
parents: 504
diff changeset
   782
      go: 'Go',
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   783
      unit_bytes: 'bytes',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   784
      unit_kilobytes: 'kilobytes',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   785
      unit_megabytes: 'megabytes',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   786
      unit_gigabytes: 'gigabytes',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   787
      unit_terabytes: 'terabytes',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   788
      unit_kilobytes_short: 'KB',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   789
      unit_megabytes_short: 'MB',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   790
      unit_gigabytes_short: 'GB',
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   791
      unit_terabytes_short: 'TB',
343
eefe9ab7fe7c Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan
parents: 337
diff changeset
   792
      unit_pixels: 'pixels',
688
f2a824ce5f18 Added customizable parameters for session length and the long-missing "remember me" option (or rather, the ability to turn it off and make sessions temporary)
Dan
parents: 677
diff changeset
   793
      unit_pixels_short: 'px',
909
94c1ff984286 Finished core of log display interface including filter management. There is still a bit of a to-do list, especially regarding rollbacks and reuploads.
Dan
parents: 907
diff changeset
   794
      unit_second: 'second',
94c1ff984286 Finished core of log display interface including filter management. There is still a bit of a to-do list, especially regarding rollbacks and reuploads.
Dan
parents: 907
diff changeset
   795
      unit_seconds: 'seconds',
688
f2a824ce5f18 Added customizable parameters for session length and the long-missing "remember me" option (or rather, the ability to turn it off and make sessions temporary)
Dan
parents: 677
diff changeset
   796
      unit_day: 'day',
f2a824ce5f18 Added customizable parameters for session length and the long-missing "remember me" option (or rather, the ability to turn it off and make sessions temporary)
Dan
parents: 677
diff changeset
   797
      unit_days: 'days',
f2a824ce5f18 Added customizable parameters for session length and the long-missing "remember me" option (or rather, the ability to turn it off and make sessions temporary)
Dan
parents: 677
diff changeset
   798
      unit_week: 'week',
909
94c1ff984286 Finished core of log display interface including filter management. There is still a bit of a to-do list, especially regarding rollbacks and reuploads.
Dan
parents: 907
diff changeset
   799
      unit_weeks: 'weeks',
94c1ff984286 Finished core of log display interface including filter management. There is still a bit of a to-do list, especially regarding rollbacks and reuploads.
Dan
parents: 907
diff changeset
   800
      unit_month: 'month',
94c1ff984286 Finished core of log display interface including filter management. There is still a bit of a to-do list, especially regarding rollbacks and reuploads.
Dan
parents: 907
diff changeset
   801
      unit_months: 'months',
94c1ff984286 Finished core of log display interface including filter management. There is still a bit of a to-do list, especially regarding rollbacks and reuploads.
Dan
parents: 907
diff changeset
   802
      unit_year: 'year',
94c1ff984286 Finished core of log display interface including filter management. There is still a bit of a to-do list, especially regarding rollbacks and reuploads.
Dan
parents: 907
diff changeset
   803
      unit_years: 'years',
1170
71cb87b7dc3f ACP: Added lockout management feature
Dan
parents: 1149
diff changeset
   804
      unit_minute: 'minute',
71cb87b7dc3f ACP: Added lockout management feature
Dan
parents: 1149
diff changeset
   805
      unit_minutes: 'minutes',
71cb87b7dc3f ACP: Added lockout management feature
Dan
parents: 1149
diff changeset
   806
      unit_minute_short: 'min',
71cb87b7dc3f ACP: Added lockout management feature
Dan
parents: 1149
diff changeset
   807
      unit_minutes_short: 'mins'
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   808
    }
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   809
  }
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   810
};
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   811
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   812
// All done! :-)
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
diff changeset
   813