language/english/install.json
author Dan
Fri, 09 Nov 2007 18:09:29 -0500
changeset 249 f4323fa79313
parent 247 e876c75a9149
child 252 96b72228bda0
permissions -rw-r--r--
Fully localized all of the installer except the install and finish pages
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
     1
/*
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
     2
 * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
     3
 * Version 1.1.1
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
     4
 * Copyright (C) 2006-2007 Dan Fuhry
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
     5
 *
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
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
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
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.
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
     8
 *
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
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
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    10
 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    11
 */
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    12
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    13
// Enano installer strings
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    14
// Language: ISO-639-3 eng (English)
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    15
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    16
var enano_lang_install = {
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    17
  categories: [
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    18
    'meta', 'welcome', 'license', 'sysreqs', 'database', 'website', 'login', 'confirm', 'install', 'finish', 'pophelp',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    19
  ],
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    20
  strings: {
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    21
    meta: {
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    22
      site_name: 'Enano installation',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    23
      site_desc: 'Install Enano on your server.',
247
e876c75a9149 Fix that retarded copyright "code, graphics, and more code" notice
Dan
parents: 244
diff changeset
    24
      enano_copyright: 'Enano and its various components, related documentation, and artwork are copyright &copy; 2006 Dan Fuhry.<br />This program is Free Software; see the file "GPL" included with this package for details.',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    25
      sidebar_heading: 'Installation progress',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    26
      btn_article: 'installation page',
244
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    27
      btn_continue: 'Continue',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    28
      lbl_before_continue: 'Before continuing:',
244
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    29
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    30
      msg_err_verification: 'One or more of the form fields is incorrect. Please correct any information in the form that has an "X" next to it.',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    31
      
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    32
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    33
    welcome: {
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    34
      modetitle: 'Welcome',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    35
      heading: 'Welcome to Enano',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    36
      version: 'version',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    37
      branch_stable: 'stable',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    38
      branch_unstable: 'unstable',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    39
      aka: 'also affectionately known as "%codename%" <tt>:)</tt>',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    40
      btn_start: 'Start installation',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    41
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    42
    license: {
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    43
      modetitle: 'License agreement',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    44
      heading: 'Welcome to the Enano installer.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    45
      blurb_thankyou: 'Thank you for choosing Enano as your CMS. You\'ve selected the finest in design, the strongest in security, and the latest in Web 2.0 toys. Trust us, you\'ll like it.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    46
      blurb_pleaseread: 'To get started, please read and accept the following license agreement. You\'ve probably seen it before.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    47
      info_unstable_title: 'Notice for prerelease versions',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    48
      info_unstable_body: 'This version of Enano is designed only for testing and evaluation purposes. <b>It is not yet completely stable, and should not be used on production websites.</b> As with any Enano version, Dan Fuhry and the Enano team cannot be responsible for any damage, physical or otherwise, to any property as a result of the use of Enano. While security is a number one priority, sometimes things slip through.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    49
      section_gpl_heading: 'Lawyer-readable version',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    50
      btn_i_agree: 'I agree to the license terms',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    51
      objective_ensure_agree: 'Ensure that you agree with the terms of the license',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    52
      objective_have_db_info: 'Have your database host, name, username, and password available',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    53
      gpl_blurb_inenglish: 'You may view a copy of the GNU General Public License in English in the file GPL-EN included with this package.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    54
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    55
    sysreqs: {
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    56
      modetitle: 'Server requirements',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    57
      heading: 'Checking your server',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    58
      blurb: 'Enano has several requirements that must be met before it can be installed. If all is good then note any warnings and click Continue below.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    59
      req_php: 'PHP Version >=4.3.0',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    60
      req_mysql: 'MySQL extension for PHP',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    61
      req_uploads: 'File upload support',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    62
      req_apache: 'Apache HTTP Server',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    63
      req_config: 'Configuration file writable',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    64
      req_magick: 'ImageMagick support',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    65
      req_cachewriteable: 'Cache directory writable',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    66
      req_fileswriteable: 'File uploads directory writable',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    67
      
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    68
      req_desc_php: 'It seems that the version of PHP that your server is running is too old to support Enano properly. If this is your server, please upgrade to the most recent version of PHP, remembering to use the --with-mysql configure option if you compile it yourself. If this is not your server, please contact your webhost and ask them if it would be possible to upgrade PHP. If this is not possible, you will need to switch to a different webhost in order to use Enano.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    69
      req_desc_mysql: 'It seems that your PHP installation does not have the MySQL extension enabled. If this is your own server, you may need to just enable the "libmysql.so" extension in php.ini. If you do not have the MySQL extension installed, you will need to either use your distribution\'s package manager to install it, or you will have to compile PHP from source. If you compile PHP from source, please remember to use the "--with-mysql" configure option, and you will have to have the MySQL development files installed (they usually are). If this is not your server, please contact your hosting company and ask them to install the PHP MySQL extension.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    70
      req_desc_uploads: 'It seems that your server does not support uploading files. Enano *requires* this functionality in order to work properly. Please ask your server administrator to set the "file_uploads" option in php.ini to "On".',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    71
      req_desc_apache: 'Apparently your server is running a web server other than Apache. Enano will work nontheless, but there are some known bugs with non-Apache servers, and the "fancy" URLs will not work properly. The "Standard URLs" option will be set on the website configuration page, only change it if you are absolutely certain that your server is running Apache.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    72
      req_desc_config: 'It looks like the configuration file, config.new.php, is not writable. Enano needs to be able to write to this file in order to install.<br /><br /><b>If you are installing Enano on a SourceForge web site:</b><br />SourceForge mounts the web partitions read-only now, so you will need to use the project shell service to symlink config.php to a file in the /tmp/persistent directory.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    73
      req_desc_magick: 'Enano uses ImageMagick to scale images into thumbnails. Because ImageMagick was not found on your server, Enano will use the width= and height= attributes on the &lt;img&gt; tag to scale images. This can cause somewhat of a performance increase, but bandwidth usage will be higher, especially if you use high-resolution images on your site.<br /><br />If you are sure that you have ImageMagick, you can set the location of the "convert" program using the administration panel after installation is complete.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    74
      req_desc_cachewriteable: 'Apparently the cache/ directory is not writable. Enano will still work, but you will not be able to cache thumbnails, meaning the server will need to re-render them each time they are requested. In some cases, this can cause a significant slowdown.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    75
      req_desc_fileswriteable: 'It seems that the directory where uploaded files are stored (%enano_root%/files) cannot be written by the server. Enano will still function, but file uploads will not function, and will be disabled by default.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    76
      
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    77
      summary_success_title: 'Your server meets all the requirements for running Enano.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    78
      summary_success_body: 'Click the button below to continue the installation.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    79
      
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    80
      summary_warn_title: 'Some of the features of Enano have been turned off to accommodate your server.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    81
      summary_warn_body: 'Enano has detected that some of the features or configuration settings on your server are not optimal for the best behavior and/or performance for Enano. As a result, Enano has disabled these features as a precaution to prevent errors and potential security issues.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    82
      
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    83
      summary_fail_title: 'Your server does not meet the requirements for Enano to run.',
244
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    84
      summary_fail_body: 'As a precaution, Enano will not install until the above requirements have been met. Contact your server administrator or hosting company and convince them to upgrade. Good luck.',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    85
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    86
      objective_scalebacks: 'Review the list above to ensure that you are satisfied with any of Enano\'s workarounds for your server. If you need a particular feature and that feature is listed as disabled above, you should take the opportunity now to correct the problem.'
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    87
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    88
    database: {
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    89
      modetitle: 'Database information',
244
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    90
      heading_optionalinfo: 'Optional information',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    91
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    92
      msg_err_mysql_connect: '<b>Error:</b> The database server "%db_host%" couldn\'t be contacted.<br />%mysql_error%',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    93
      msg_err_mysql_auth: '<b>Error:</b> Access to MySQL under the specified credentials was denied.<br />%mysql_error%',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    94
      msg_err_mysql_dbperm: '<b>Error:</b> Access to the specified database using those login credentials was denied.<br />%mysql_error%',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    95
      msg_err_mysql_dbexist: '<b>Error:</b> The specified database does not exist<br />%mysql_error%',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    96
      msg_err_mysql_version: '<b>Error:</b> Your version of MySQL (%mysql_version%) is older than 4.1.17. Enano will still work, but there is a known bug with the comment system and MySQL 4.1.11 that involves some comments not being displayed, due to an issue with the PHP function mysql_fetch_row().',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    97
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    98
      msg_warn_creating_db: '<b>Warning:</b> The database you specified does not exist. It will be created during installation.',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    99
      msg_warn_creating_user: '<b>Warning:</b> The specified regular user does not exist or the password is incorrect. The user will be created during installation. If the user already exists, the password will be reset.',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   100
      msg_warn_mysql_version: 'The MySQL version that your server is running could not be determined.',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   101
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   102
      msg_info_mysql_good: 'Your version of MySQL meets Enano requirements.',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   103
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   104
      blurb_needdb: 'Now we need some information that will allow Enano to contact your database server. Enano uses MySQL as a data storage backend, and we need to have access to a MySQL server in order to continue.',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   105
      blurb_howtomysql: 'If you do not have access to a MySQL server, and you are using your own server, you can download MySQL for free from <a href="http://www.mysql.com/">MySQL.com</a>. <b>Please note that, like Enano, MySQL is licensed under the GNU GPL.</b> If you need to modify MySQL and then distribute your modifications, you must either distribute them under the terms of the GPL or purchase a proprietary license.',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   106
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   107
      vm_login_info: '<b>MySQL login information for this virtual appliance:</b><br /><br />Database hostname: %host%<br />Database login: username "%user%", password: "%pass%" (without quotes)<br />Database name: %name%',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   108
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   109
      table_title: 'Database information',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   110
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   111
      field_hostname_title: 'Database hostname',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   112
      field_hostname_body: 'This is the hostname (or sometimes the IP address) of your MySQL server. In many cases, this is "localhost".',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   113
      field_dbname_title: 'Database name',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   114
      field_dbname_body: 'The name of the actual database. If you don\'t already have a database, you can create one here, if you have the username and password of a MySQL user with administrative rights.',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   115
      field_dbauth_title: 'Database login',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   116
      field_dbauth_body: 'These fields should be the username and password of a user with "select", "insert", "update", "delete", "create table", and "replace" privileges for your database.',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   117
      field_tableprefix_title: 'Table prefix',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   118
      field_tableprefix_body: 'The value that you enter here will be added to the beginning of the name of each Enano table. You may use lowercase letters (a-z), numbers (0-9), and underscores (_).',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   119
      field_rootauth_title: 'Database administrative login',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   120
      field_rootauth_body: 'If the MySQL database or username that you entered above does not exist yet, you can create them here, assuming that you have the login information for an administrative user (such as root). Leave these fields blank unless you need to use them.',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   121
      field_mysqlversion_title: 'MySQL version',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   122
      field_mysqlversion_blurb_willbechecked: 'MySQL version information will be checked when you click "Test Connection".',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   123
      field_droptables_title: 'Delete existing tables?',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   124
      field_droptables_body: 'If this option is checked, all the tables that will be used by Enano will be dropped (deleted) before the schema is executed. Do NOT use this option unless specifically instructed to.',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   125
      field_droptables_lbl: 'Drop existing tables',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   126
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   127
      btn_testconnection: 'Test connection',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   128
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   129
      objective_test: 'Check your MySQL connection using the "Test Connection" button.',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   130
      objective_uncrypt: 'Be aware that your database information will be transmitted unencrypted several times.',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   131
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   132
    website: {
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   133
      modetitle: 'Website configuration',
249
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   134
      header_blurb: 'The next step is to enter some information about your website. You can always change this information later, using the administration panel.',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   135
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   136
      field_name_title: 'Website name',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   137
      field_name_body: 'The display name of your website. Allowed characters are uppercase and lowercase letters, numerals, and spaces. This must not be blank or "Enano".',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   138
      field_desc_title: 'Website description',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   139
      field_desc_body: 'This text will be shown below the name of your website.',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   140
      field_copyright_title: 'Copyright info',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   141
      field_copyright_body: 'This should be a one-line legal notice that will appear at the bottom of all your pages.',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   142
      field_wikimode_title: 'Wiki mode',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   143
      field_wikimode_body: 'This feature allows people to create and edit pages on your site. Enano keeps a history of all page modifications, and you can protect pages to prevent editing.',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   144
      field_wikimode_checkbox: 'Yes, make my website a wiki.',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   145
      field_urlscheme_title: 'URL scheme',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   146
      field_urlscheme_body: 'Choose how the page URLs will look. Depending on your server configuration, you may need to select the first option. If you don\'t know, select the first option, and you can always change it later.',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   147
      field_urlscheme_ugly: 'Standard URLs - compatible with any web server (www.example.com/index.php?title=Page_name)',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   148
      field_urlscheme_short: 'Short URLs - requires Apache with a PHP module (www.example.com/index.php/Page_name)',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   149
      field_urlscheme_tiny: 'Tiny URLs - requires Apache on Linux/Unix/BSD with PHP module and mod_rewrite enabled (www.example.com/Page_name)',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   150
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   151
      objective_verify: 'Verify that your site information is correct. Again, all of the above settings can be changed from the administration panel.',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   152
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   153
    login: {
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   154
      modetitle: 'Administration login',
249
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   155
      header_blurb: 'Next, enter your desired username and password. The account you create here will be used to administer your site.',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   156
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   157
      field_username_title: 'Administration username',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   158
      field_username_body: 'The administration username you will use to log into your site.<br />This cannot be "anonymous" or in the form of an IP address.',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   159
      field_password_title: 'Administration password:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   160
      field_password_confirm: 'Enter it again to confirm:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   161
      field_email_title: 'Your e-mail address:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   162
      field_allowphp_title: 'Allow administrators to embed PHP code into pages:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   163
      field_allowphp_body: 'Do not under any circumstances enable this option without reading these %important_notes%.',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   164
      field_allowphp_isi: 'important security implications',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   165
      field_allowphp_disabled: 'Disabled',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   166
      field_allowphp_enabled: 'Enabled',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   167
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   168
      aes_blurb: 'If your browser supports Javascript, the password you enter here will be encrypted with AES before it is sent to the server.',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   169
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   170
      objective_remember: 'Remember the username and password you enter here! You will not be able to administer your site without the information you enter on this page.',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   171
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   172
    confirm: {
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   173
      modetitle: 'Confirm installation',
249
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   174
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   175
      header_blurb_title: 'Enano is ready to install.',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   176
      header_blurb_body: 'The wizard has finished collecting information and is ready to install the database schema. Please review the information below, and then click the button below to install the database.',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   177
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   178
      lbl_db_host: 'Database hostname:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   179
      lbl_db_name: 'Database name:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   180
      lbl_db_user: 'Database user:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   181
      lbl_db_pass: 'Database password: &lt;hidden&gt;',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   182
      lbl_sitename: 'Site name:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   183
      lbl_sitedesc: 'Site description:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   184
      lbl_adminuser: 'Administration username:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   185
      lbl_aesbits: 'Cipher strength:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   186
      lbl_aes_strength: '%aes_bits%-bit AES',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   187
      lbl_aes_change: 'Cipher strength is defined in the file constants.php; if you desire to change the cipher strength, you may do so and then restart installation. Unless your site is mission-critical, changing the cipher strength is not necessary.',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   188
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   189
      objective_pray: 'Pray.',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   190
      btn_install_enano: 'Install Enano!',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   191
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   192
    install: {
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   193
      modetitle: 'Database installation',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   194
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   195
    finish: {
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   196
      modetitle: 'Installation complete',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   197
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   198
    pophelp: {
249
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   199
      admin_embed_php_title: 'Allow administrators to embed PHP',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   200
      admin_embed_php_body: '<p>This option allows you to control whether anything between the standard &lt;?php and ?&gt; tags will be treated as
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   201
                                PHP code by Enano. If this option is enabled, and members of the Administrators group use these tags, Enano will
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   202
                                execute that code when the page is loaded. There are obvious potential security implications here, which should
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   203
                                be carefully considered before enabling this option.</p>
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   204
                             <p>If you are the only administrator of this site, or if you have a high level of trust for those will be administering
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   205
                                the site with you, you should enable this to allow extreme customization of pages.</p>
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   206
                             <p>Leave this option off if you are at all concerned about security – if your account is compromised and PHP embedding
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   207
                                is enabled, an attacker can run arbitrary code on your server! Enabling this will also allow administrators to
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   208
                                embed Javascript and arbitrary HTML and CSS.</p>
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   209
                             <p>If you don\'t have experience coding in PHP, you can safely disable this option. You may change this at any time
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   210
                                using the ACL editor by selecting the Administrators group and This Entire Website under the scope selection.</p>',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   211
      btn_close_window: 'Close window',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   212
    }
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   213
  }
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   214
}