language/english/install.json
author Dan
Wed, 16 Jan 2008 13:55:49 -0500
changeset 348 87e08a6e4fec
parent 332 000773138650
child 352 9d7225c0db6d
permissions -rw-r--r--
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
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: [
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
    18
    'meta', 'language', 'welcome', 'license', 'sysreqs', 'database', 'dbmysql', 'dbpgsql', 'website', 'login', 'confirm', 'install', 'finish', 'pophelp',
243
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:',
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
    29
      step: 'Step %step%: %title%',
244
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    30
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
    31
      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
    32
      
254
2b48ca9ce4d3 Forgot a couple of strings in the installer
Dan
parents: 252
diff changeset
    33
      msg_err_stagefailed_title: 'Enano installation failed.',
2b48ca9ce4d3 Forgot a couple of strings in the installer
Dan
parents: 252
diff changeset
    34
      msg_err_stagefailed_body: 'When you have corrected the error, click the button below to attempt to continue the installation.',
2b48ca9ce4d3 Forgot a couple of strings in the installer
Dan
parents: 252
diff changeset
    35
      msg_err_stagefailed_mysqlerror: 'The error returned from MySQL was:',
2b48ca9ce4d3 Forgot a couple of strings in the installer
Dan
parents: 252
diff changeset
    36
      btn_retry_installation: 'Retry installation',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    37
    },
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
    38
    language: {
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
    39
      modetitle: 'Language',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
    40
    },
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    41
    welcome: {
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    42
      modetitle: 'Welcome',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    43
      heading: 'Welcome to Enano',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    44
      version: 'version',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    45
      branch_stable: 'stable',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    46
      branch_unstable: 'unstable',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    47
      aka: 'also affectionately known as "%codename%" <tt>:)</tt>',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    48
      btn_start: 'Start installation',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    49
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    50
    license: {
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
    51
      modetitle: 'License',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
    52
      modetitle_long: 'License agreement',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    53
      heading: 'Welcome to the Enano installer.',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    54
      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
    55
      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
    56
      info_unstable_title: 'Notice for prerelease versions',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    57
      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
    58
      section_gpl_heading: 'Lawyer-readable version',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    59
      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
    60
      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
    61
      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
    62
      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
    63
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    64
    sysreqs: {
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
    65
      modetitle: 'Requirements',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
    66
      modetitle_long: 'Server requirements',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    67
      heading: 'Checking your server',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    68
      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
    69
      req_php: 'PHP Version >=4.3.0',
304
e2cb5f1432c8 Merging in the newly stable Coblynau
Dan
parents: 278
diff changeset
    70
      req_php5: 'PHP 5.2.0 or later',
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
    71
      req_postgres: 'PostgreSQL extension for PHP',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    72
      req_mysql: 'MySQL extension for PHP',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    73
      req_uploads: 'File upload support',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    74
      req_apache: 'Apache HTTP Server',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    75
      req_config: 'Configuration file writable',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    76
      req_magick: 'ImageMagick support',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    77
      req_cachewriteable: 'Cache directory writable',
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    78
      req_fileswriteable: 'File uploads directory writable',
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
      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.',
304
e2cb5f1432c8 Merging in the newly stable Coblynau
Dan
parents: 278
diff changeset
    81
      req_desc_php5: 'Your server does not have support for PHP 5.2.0. While you may continue installing Enano, please be warned that as of December 31, 2007, all support for Enano on PHP 4 servers is discontinued. If you have at least PHP 5.0.0, support will still be available, but there are many security problems in PHP versions under 5.2.0 that Enano cannot effectively prevent.',
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
    82
      req_desc_postgres: 'It seems that your PHP installation does not have the PostgreSQL extension enabled. Because of this, you won\'t be able to use the PostgreSQL database driver. This is OK in the majority of cases. If you want to use PostgreSQL support, you\'ll need to either compile the PHP extension for Postgres or install the extension with your distribution\'s package manager. Windows administrators will need enable php_pgsql.dll in their php.ini.',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    83
      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
    84
      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
    85
      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
    86
      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
    87
      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
    88
      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
    89
      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
    90
      
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    91
      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
    92
      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
    93
      
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    94
      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
    95
      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
    96
      
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
    97
      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
    98
      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
    99
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   100
      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
   101
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   102
    database: {
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   103
      modetitle: 'Database',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   104
      modetitle_long: 'Database information',
244
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   105
      heading_optionalinfo: 'Optional information',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   106
      
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   107
      driver_heading: 'Choose a database driver',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   108
      driver_intro: 'The next step is to choose the database driver that Enano will use. In most cases this is MySQL, but there are certain advantages to PostgreSQL, which is made available only experimentally.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   109
      driver_msg_virt_appliance: '<b>You\'re using the Enano virtual appliance.</b><br />Unless you configured the appliance manually, PostgreSQL support is not available. In 99% of cases you\'ll want to click MySQL below.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   110
      driver_err_no_mysql: 'You don\'t have the MySQL PHP extension installed.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   111
      driver_err_no_pgsql: 'You don\'t have the PostgreSQL PHP extensnion installed.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   112
      driver_mysql: 'MySQL',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   113
      driver_mysql_intro: 'Click this button to use MySQL as the database backend for your site. Most web hosts support MySQL, and if you have administrative access to your MySQL server, you can create a new database and user during this installation process if you haven\'t done so already.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   114
      driver_pgsql: 'PostgreSQL',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   115
      driver_pgsql_intro: 'Click this button to use PostgreSQL as the database backend for your site. While not as widely supported, PostgreSQL has more liberal licensing conditions and when properly configured is faster than MySQL. Some plugins may not work with the PostgreSQL driver.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   116
      
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   117
      objective_test: 'Check your MySQL connection using the "Test Connection" button.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   118
      objective_uncrypt: 'Be aware that your database information will be transmitted unencrypted several times.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   119
    },
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   120
    dbmysql: {
244
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   121
      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
   122
      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
   123
      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
   124
      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
   125
      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
   126
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   127
      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
   128
      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
   129
      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
   130
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   131
      msg_info_mysql_good: 'Your version of MySQL meets Enano requirements.',
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   132
      msg_test_success: 'All checks passed! You can use this database configuration with Enano.',
244
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   133
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   134
      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
   135
      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
   136
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   137
      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
   138
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   139
      table_title: 'Database information',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   140
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   141
      field_hostname_title: 'Database hostname',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   142
      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
   143
      field_dbname_title: 'Database name',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   144
      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
   145
      field_dbauth_title: 'Database login',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   146
      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
   147
      field_tableprefix_title: 'Table prefix',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   148
      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
   149
      field_rootauth_title: 'Database administrative login',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   150
      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
   151
      field_mysqlversion_title: 'MySQL version',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   152
      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
   153
      field_droptables_title: 'Delete existing tables?',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   154
      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
   155
      field_droptables_lbl: 'Drop existing tables',
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   156
      
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   157
      btn_testconnection: 'Test connection',
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   158
    },
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   159
    dbpgsql: {
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   160
      msg_err_connect: 'There was a problem connecting to PostgreSQL. Please check your connection information above.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   161
      msg_err_version: '<b>Error:</b> Your version of PostgreSQL (%pg_version%) is older than 8.2.5. Enano cannot be installed.',
244
09f8a9a03ccf Localized installer database info page and finished localizing sysreqs page
Dan
parents: 243
diff changeset
   162
      
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   163
      msg_warn_pg_version: 'The PostgreSQL version that your server is running could not be determined.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   164
      msg_err_auth: 'Access to the database was denied. Ensure that your database exists and that your username and password are correct.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   165
      
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   166
      msg_info_version_good: 'Your version of PostgreSQL meets Enano requirements.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   167
      msg_test_success: 'All checks passed! You can use this database configuration with Enano.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   168
      
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   169
      blurb_needdb: 'Now we need some information that will allow Enano to contact your database server. Enano uses PostgreSQL as a data storage backend, and we need to have access to a PostgreSQL server in order to continue.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   170
      blurb_howtomysql: 'If you do not have access to a PostgreSQL server, and you are using your own server, you can download PostgreSQL for free from <a href="http://www.mysql.com/">PostgreSQL.com</a>. <b>Please note that, like Enano, PostgreSQL is licensed under the GNU GPL.</b> If you need to modify PostgreSQL and then distribute your modifications, you must either distribute them under the terms of the GPL or purchase a proprietary license.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   171
      
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   172
      vm_login_info: '<b>PostgreSQL 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%',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   173
      
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   174
      table_title: 'Database information',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   175
      
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   176
      field_hostname_title: 'Database hostname',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   177
      field_hostname_body: 'This is the hostname (or sometimes the IP address) of your PostgreSQL server. In many cases, this is "localhost".',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   178
      field_dbname_title: 'Database name',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   179
      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 PostgreSQL user with administrative rights.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   180
      field_dbauth_title: 'Database login',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   181
      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.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   182
      field_tableprefix_title: 'Table prefix',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   183
      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 (_).',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   184
      field_rootauth_title: 'Database administrative login',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   185
      field_rootauth_body: 'If the PostgreSQL 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.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   186
      field_pgsqlversion_title: 'PostgreSQL version',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   187
      field_pgsqlversion_blurb_willbechecked: 'PostgreSQL version information will be checked when you click "Test Connection".',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   188
      field_droptables_title: 'Delete existing tables?',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   189
      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.',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   190
      field_droptables_lbl: 'Drop existing tables',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   191
      
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   192
      btn_testconnection: 'Test connection',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   193
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   194
    website: {
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   195
      modetitle: 'Site info',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   196
      modetitle_long: 'Website information',
249
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   197
      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
   198
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   199
      field_name_title: 'Website name',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   200
      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
   201
      field_desc_title: 'Website description',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   202
      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
   203
      field_copyright_title: 'Copyright info',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   204
      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
   205
      field_wikimode_title: 'Wiki mode',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   206
      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
   207
      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
   208
      field_urlscheme_title: 'URL scheme',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   209
      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
   210
      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
   211
      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
   212
      field_urlscheme_tiny: 'Tiny URLs - requires Apache on Linux/Unix/BSD with PHP module and mod_rewrite enabled (www.example.com/Page_name)',
304
e2cb5f1432c8 Merging in the newly stable Coblynau
Dan
parents: 278
diff changeset
   213
      field_urlscheme_helplink: 'Which URL scheme should I choose?',
249
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   214
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   215
      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
   216
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   217
    login: {
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   218
      modetitle: 'Admin login',
249
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   219
      header_blurb: 'Next, enter your desired username and password. The account you create here will be used to administer your site.',
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   220
      modetitle_long: 'Administration login',
249
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   221
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   222
      field_username_title: 'Administration username',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   223
      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
   224
      field_password_title: 'Administration password:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   225
      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
   226
      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
   227
      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
   228
      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
   229
      field_allowphp_isi: 'important security implications',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   230
      field_allowphp_disabled: 'Disabled',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   231
      field_allowphp_enabled: 'Enabled',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   232
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   233
      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
   234
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   235
      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
   236
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   237
    confirm: {
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   238
      modetitle: 'Review',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   239
      modetitle_long: 'Confirm installation',
249
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   240
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   241
      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
   242
      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
   243
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   244
      lbl_db_host: 'Database hostname:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   245
      lbl_db_name: 'Database name:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   246
      lbl_db_user: 'Database user:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   247
      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
   248
      lbl_sitename: 'Site name:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   249
      lbl_sitedesc: 'Site description:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   250
      lbl_adminuser: 'Administration username:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   251
      lbl_aesbits: 'Cipher strength:',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   252
      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
   253
      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
   254
      
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   255
      objective_pray: 'Pray.',
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   256
      btn_install_enano: 'Install Enano!',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   257
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   258
    install: {
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   259
      modetitle: 'Install',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   260
      modetitle_long: 'Database installation',
252
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   261
      
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   262
      stg_connect_title: 'Connect to MySQL',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   263
      stg_connect_body: 'MySQL denied our attempt to connect to the database. This is most likely because your login information was incorrect. You will most likely need to <a href="install.php?mode=license">restart the installation</a>.',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   264
      stg_drop_title: 'Drop existing Enano tables',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   265
      stg_decrypt_title: 'Decrypt administration password',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   266
      stg_decrypt_body: 'The administration password you entered couldn\'t be decrypted. It is possible that your server did not properly store the encryption key in the configuration file. Please check the file permissions on config.new.php. You may have to return to the login stage of the installation, clear your browser cache, and then rerun this installation.',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   267
      stg_genkey_title: 'Generate %aes_bits%-bit AES private key',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   268
      stg_genkey_body: 'Enano encountered an internal error while generating the site encryption key. Please contact the Enano team for support.',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   269
      stg_parse_title: 'Prepare to execute schema file',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   270
      stg_parse_body: 'Enano encountered an internal error while parsing the SQL file that contains the database structure and initial data. Please contact the Enano team for support.',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   271
      stg_sql_title: 'Execute installer schema',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   272
      stg_sql_body: 'The installation failed because an SQL query wasn\'t quite correct. It is possible that you entered malformed data into a form field, or there may be a bug in Enano with your version of MySQL. Please contact the Enano team for support.',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   273
      stg_writeconfig_title: 'Write configuration files',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   274
      stg_writeconfig_body: 'Enano was unable to write the configuration file with your site\'s database credentials. This is almost always because your configuration file does not have the correct permissions. On Windows servers, you may see this message even if the check on the System Requirements page passed. Temporarily running IIS as the Administrator user may help.',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   275
      stg_rename_title: 'Rename configuration files',
278
53ba55d33abb Language fix in the install script; fix username regex in install script login page javascript validation
Dan
parents: 254
diff changeset
   276
      stg_rename_body: 'Enano couldn\'t rename the configuration files to their correct production names. Please CHMOD the folder where your Enano files are to 777 and click the retry button below, <b><u>or</u></b> perform the following rename operations and then <a href="install.php?mode=finish">finish the installation</a>.<ul><li>Rename config.new.php to config.php</li><li>Rename .htaccess.new to .htaccess (only if you selected Tiny URLs)</li></ul>',
252
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   277
      stg_startapi_title: 'Start the Enano API',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   278
      stg_startapi_body: 'The Enano API could not be started. This is an error that should never occur; please contact the Enano team for support.',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   279
      stg_importlang_title: 'Import default language',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   280
      stg_importlang_body: 'Enano couldn\'t import the English language file.',
332
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   281
      stg_buildindex_title: 'Initialize search index',
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   282
      stg_buildindex_body: 'Something went wrong while the page manager was attempting to build a search index.',
252
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   283
      stg_initlogs_title: 'Initialize logs',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   284
      stg_initlogs_body: '<b>The session manager denied the request to flush logs for the main page.</b><br />
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   285
                           While under most circumstances you can still <a href="install.php?mode=finish">finish the installation</a>, you should be aware that some servers cannot
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   286
                           properly set cookies due to limitations with PHP. These limitations are exposed primarily when this issue is encountered during installation. If you choose
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   287
                           to finish the installation, please be aware that you may be unable to log into your site.',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   288
      msg_complete_title: 'Installation of Enano is complete.',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   289
      msg_complete_body: 'Review any warnings above, and then <a href="%finish_link%">click here to finish the installation</a>.',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   290
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   291
    finish: {
348
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   292
      modetitle: 'Finish',
87e08a6e4fec Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents: 332
diff changeset
   293
      modetitle_long: 'Complete installation',
252
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   294
      msg_congratulations: 'Congratulations!',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   295
      body: '<p>You have finished installing Enano on this server.</p>
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   296
            <h3>Now what?</h3>
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   297
             <p>Click the link below to see the main page for your website. Where to go from here:</p>
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   298
             <ul>
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   299
               <li>The first thing you should do is log into your site using the Log in link on the sidebar.</li>
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   300
               <li>Go into the Administration panel, expand General, and click General Configuration. There you will be able to configure some basic information about your site.</li>
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   301
               <li>Visit the <a href="http://enanocms.org/Category:Plugins" onclick="window.open(this.href); return false;">Enano Plugin Gallery</a> to download and use plugins on your site.</li>
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   302
               <li>Periodically create a backup of your database and filesystem, in case something goes wrong. This should be done at least once a week &ndash; more for wiki-based sites.</li>
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   303
               <li>Hire some moderators, to help you keep rowdy users tame.</li>
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   304
               <li>Tell the <a href="http://enanocms.org/Contact_us">Enano team</a> what you think.</li>
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   305
               <li><b>Spread the word about Enano by adding a link to the Enano homepage on your sidebar!</b> You can enable this option in the General Configuration section of the administration panel.</li>
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   306
             </ul>',
96b72228bda0 Installer should now be fully localized, yay!
Dan
parents: 249
diff changeset
   307
      link_mainpage: '<a href="%mainpage_link%">Go to your website...</a>',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   308
    },
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   309
    pophelp: {
249
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   310
      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
   311
      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
   312
                                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
   313
                                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
   314
                                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
   315
                             <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
   316
                                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
   317
                             <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
   318
                                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
   319
                                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
   320
                             <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
   321
                                using the ACL editor by selecting the Administrators group and This Entire Website under the scope selection.</p>',
332
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   322
      url_schemes_title: 'URL schemes',
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   323
      url_schemes_body: '<p>The URL scheme allows you to decide how the URLs to your Enano pages will look.</p>
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   324
                         <p>The first option (Standard URLs) works on any web server. You should select it if your server doesn\'t run Apache, or
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   325
                            if you are at all unsure of your server\'s configuration. With this scheme, URLs at your site will look like <tt>
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   326
                            http://yoursite.com/path-to-enano/index.php/Main_Page</tt>.</p>
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   327
                         <p>The second option, Small URLs, will be selected by default if Enano detects Apache. Small URLs are more friendly towards
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   328
                            search engines, but they don\'t work on very many non-Apache servers, or if PHP is set up through CGI on your server. Many
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   329
                            free and low-cost web hosts will configure PHP through CGI in order to keep your user account as the owner of any files that
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   330
                            Enano generates. With this scheme, URLs at your site will look like <tt>http://yoursite.com/path-to-enano/index.php/Main_Page</tt>.
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   331
                            </p>
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   332
                         <p>The last option, Tiny URLs, is the most friendly URL scheme for search engines, because your URLs won\'t have any special characters
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   333
                            at all in them. However, this only works if your webhost has configured Apache with support for mod_rewrite. Most of the time if your
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   334
                            host supports this you will see a listing for it in their feature matrix. None of the popular Linux distributions (such as Ubuntu,
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   335
                            Debian, Red Hat Enterprise Linux&trade;, Fedora, openSUSE&trade;, or CentOS) come with mod_rewrite enabled, so if you run a
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   336
                            home-brew server, you should consult your distribution\'s documentation for enabling mod_rewrite before selecting this option.
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   337
                            With this scheme, URLs at your site will look like <tt>http://yoursite.com/path-to-enano/Main_Page</tt>.</p>
000773138650 [Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
Dan
parents: 304
diff changeset
   338
                            </p>',
249
f4323fa79313 Fully localized all of the installer except the install and finish pages
Dan
parents: 247
diff changeset
   339
      btn_close_window: 'Close window',
243
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   340
    }
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   341
  }
a7d0f2711df1 Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
diff changeset
   342
}