12 |
12 |
13 // Enano installer strings |
13 // Enano installer strings |
14 // Language: ISO-639-3 eng (English) |
14 // Language: ISO-639-3 eng (English) |
15 |
15 |
16 var enano_lang_install = { |
16 var enano_lang_install = { |
17 categories: [ |
17 categories: [ |
18 'meta', 'language', 'welcome', 'license', 'sysreqs', 'database', 'dbmysql', 'dbpgsql', 'website', 'login', 'confirm', 'install', 'finish', 'pophelp', 'upgrade', 'cli' |
18 'meta', 'language', 'welcome', 'license', 'sysreqs', 'database', 'dbmysql', 'dbpgsql', 'website', 'login', 'confirm', 'install', 'finish', 'pophelp', 'upgrade', 'cli' |
19 ], |
19 ], |
20 strings: { |
20 strings: { |
21 meta: { |
21 meta: { |
22 site_name: 'Enano installation', |
22 site_name: 'Enano installation', |
23 site_desc: 'Install Enano on your server.', |
23 site_desc: 'Install Enano on your server.', |
24 enano_copyright: 'Enano and its various components, related documentation, and artwork are copyright © 2006 Dan Fuhry.<br />This program is Free Software; see the file "GPL" included with this package for details.', |
24 enano_copyright: 'Enano and its various components, related documentation, and artwork are copyright © 2006 Dan Fuhry.<br />This program is Free Software; see the file "GPL" included with this package for details.', |
25 sidebar_heading: 'Installation progress', |
25 sidebar_heading: 'Installation progress', |
26 btn_article: 'installation page', |
26 btn_article: 'installation page', |
27 btn_continue: 'Continue', |
27 btn_continue: 'Continue', |
28 lbl_before_continue: 'Before continuing:', |
28 lbl_before_continue: 'Before continuing:', |
29 step: 'Step %step%: %title%', |
29 step: 'Step %step%: %title%', |
30 |
30 |
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.', |
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.', |
32 |
32 |
33 msg_err_stagefailed_title: 'Enano installation failed.', |
33 msg_err_stagefailed_title: 'Enano installation failed.', |
34 msg_err_stagefailed_body: 'When you have corrected the error, click the button below to attempt to continue the installation.', |
34 msg_err_stagefailed_body: 'When you have corrected the error, click the button below to attempt to continue the installation.', |
35 msg_err_stagefailed_mysqlerror: 'The error returned from MySQL was:', |
35 msg_err_stagefailed_mysqlerror: 'The error returned from MySQL was:', |
36 btn_retry_installation: 'Retry installation', |
36 btn_retry_installation: 'Retry installation', |
37 }, |
37 }, |
38 language: { |
38 language: { |
39 modetitle: 'Language', |
39 modetitle: 'Language', |
40 }, |
40 }, |
41 welcome: { |
41 welcome: { |
42 modetitle: 'Welcome', |
42 modetitle: 'Welcome', |
43 heading: 'Welcome to Enano', |
43 heading: 'Welcome to Enano', |
44 version: 'version', |
44 version: 'version', |
45 branch_stable: 'stable', |
45 branch_stable: 'stable', |
46 branch_unstable: 'unstable', |
46 branch_unstable: 'unstable', |
47 aka: 'also affectionately known as "%codename%" <tt>:)</tt>', |
47 aka: 'also affectionately known as "%codename%" <tt>:)</tt>', |
48 btn_start: 'Start installation', |
48 btn_start: 'Start installation', |
49 }, |
49 }, |
50 license: { |
50 license: { |
51 modetitle: 'License', |
51 modetitle: 'License', |
52 modetitle_long: 'License agreement', |
52 modetitle_long: 'License agreement', |
53 heading: 'Welcome to the Enano installer.', |
53 heading: 'Welcome to the Enano installer.', |
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.', |
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.', |
55 blurb_pleaseread: 'To get started, please read and accept the following license agreement. You\'ve probably seen it before.', |
55 blurb_pleaseread: 'To get started, please read and accept the following license agreement. You\'ve probably seen it before.', |
56 info_unstable_title: 'Notice for prerelease versions', |
56 info_unstable_title: 'Notice for prerelease versions', |
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.', |
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.', |
58 section_gpl_heading: 'Lawyer-readable version', |
58 section_gpl_heading: 'Lawyer-readable version', |
59 btn_i_agree: 'I agree to the license terms', |
59 btn_i_agree: 'I agree to the license terms', |
60 objective_ensure_agree: 'Ensure that you agree with the terms of the license', |
60 objective_ensure_agree: 'Ensure that you agree with the terms of the license', |
61 objective_have_db_info: 'Have your database host, name, username, and password available', |
61 objective_have_db_info: 'Have your database host, name, username, and password available', |
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.', |
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.', |
63 }, |
63 }, |
64 sysreqs: { |
64 sysreqs: { |
65 modetitle: 'Requirements', |
65 modetitle: 'Requirements', |
66 modetitle_long: 'Server requirements', |
66 modetitle_long: 'Server requirements', |
67 heading: 'Checking your server', |
67 heading: 'Checking your server', |
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.', |
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.', |
69 btn_refresh: 'Recheck server', |
69 btn_refresh: 'Recheck server', |
70 |
70 |
71 req_supported: 'Supported', |
71 req_supported: 'Supported', |
72 req_notfound: 'Not found', |
72 req_notfound: 'Not found', |
73 req_found: 'Found', |
73 req_found: 'Found', |
74 req_enabled: 'Enabled', |
74 req_enabled: 'Enabled', |
75 req_disabled: 'Disabled', |
75 req_disabled: 'Disabled', |
76 req_writable: 'Writable', |
76 req_writable: 'Writable', |
77 req_unwritable: 'Unwritable', |
77 req_unwritable: 'Unwritable', |
78 req_gmp: 'GNU Multi-Precision (GMP)', |
78 req_gmp: 'GNU Multi-Precision (GMP)', |
79 req_bigint: 'Big_Int', |
79 req_bigint: 'Big_Int', |
80 req_bcmath: 'BCMath', |
80 req_bcmath: 'BCMath', |
81 |
81 |
82 heading_serverenv: 'Server environment', |
82 heading_serverenv: 'Server environment', |
83 heading_dbms: 'Database servers', |
83 heading_dbms: 'Database servers', |
84 heading_files: 'Writable files', |
84 heading_files: 'Writable files', |
85 heading_images: 'Image manipulation', |
85 heading_images: 'Image manipulation', |
86 |
86 |
87 req_apache: 'Apache web server', |
87 req_apache: 'Apache web server', |
88 req_php: 'PHP version', |
88 req_php: 'PHP version', |
89 req_mysql: 'MySQL database support', |
89 req_mysql: 'MySQL database support', |
90 req_postgresql: 'PostgreSQL database support', |
90 req_postgresql: 'PostgreSQL database support', |
91 req_safemode: 'Safe Mode', |
91 req_safemode: 'Safe Mode', |
92 req_uploads: 'PHP file upload support', |
92 req_uploads: 'PHP file upload support', |
93 req_ctype: 'PHP ctype_* validation functions', |
93 req_ctype: 'PHP ctype_* validation functions', |
94 req_crypto: 'Arbitrary precision (cryptographic) math', |
94 req_crypto: 'Arbitrary precision (cryptographic) math', |
95 req_config_writable: 'Configuration file: config.new.php', |
95 req_config_writable: 'Configuration file: config.new.php', |
96 req_htaccess_writable: 'Apache rewrite rules: .htaccess.new', |
96 req_htaccess_writable: 'Apache rewrite rules: .htaccess.new', |
97 req_files_writable: 'File storage directory: files/', |
97 req_files_writable: 'File storage directory: files/', |
98 req_cache_writable: 'Cache directory: cache/', |
98 req_cache_writable: 'Cache directory: cache/', |
99 req_gd2: 'GD2 library', |
99 req_gd2: 'GD2 library', |
100 req_imagemagick: 'ImageMagick', |
100 req_imagemagick: 'ImageMagick', |
101 |
101 |
102 req_hint_htaccess_writable: 'Only needs to be writable if you plan to use Rewritten URLs.', |
102 req_hint_htaccess_writable: 'Only needs to be writable if you plan to use Rewritten URLs.', |
103 req_hint_gd2: 'Used for generating visual confirmation and resizing uploaded images', |
103 req_hint_gd2: 'Used for generating visual confirmation and resizing uploaded images', |
104 req_hint_imagemagick: 'Faster alternative for resizing uploaded images', |
104 req_hint_imagemagick: 'Faster alternative for resizing uploaded images', |
105 |
105 |
106 req_help_apache: 'Apache is the best server for Enano because it provides features that Enano can use, primarily support for Rewritten URLs.', |
106 req_help_apache: 'Apache is the best server for Enano because it provides features that Enano can use, primarily support for Rewritten URLs.', |
107 req_help_php: 'Enano requires PHP version 5.0.0 or later, and runs best under PHP 5.2.0 or later. (You are running PHP %php_version%).', |
107 req_help_php: 'Enano requires PHP version 5.0.0 or later, and runs best under PHP 5.2.0 or later. (You are running PHP %php_version%).', |
108 req_help_safemode: 'Safe Mode interferes with Enano\'s ability to operate properly. Thus, installing Enano with Safe Mode enabled is currently not supported.', |
108 req_help_safemode: 'Safe Mode interferes with Enano\'s ability to operate properly. Thus, installing Enano with Safe Mode enabled is currently not supported.', |
109 req_help_uploads: 'PHP file upload support is a prerequisite for uploading files via Enano\'s web interface.', |
109 req_help_uploads: 'PHP file upload support is a prerequisite for uploading files via Enano\'s web interface.', |
110 req_help_writable: 'Certain files need to be writable for installation and certain features to work properly. Use your FTP client\'s "CHMOD" feature to set numeric permissions on the items listed above: 666 for files, and 777 for directories. It\'s safest to CHMOD config.php to 444 once installation is complete.', |
110 req_help_writable: 'Certain files need to be writable for installation and certain features to work properly. Use your FTP client\'s "CHMOD" feature to set numeric permissions on the items listed above: 666 for files, and 777 for directories. It\'s safest to CHMOD config.php to 444 once installation is complete.', |
111 req_help_gd2: 'Without GD, Enano has to use a visual confirmation engine that generates weaker images that are easier to break.', |
111 req_help_gd2: 'Without GD, Enano has to use a visual confirmation engine that generates weaker images that are easier to break.', |
112 req_help_imagemagick: 'Without ImageMagick, Enano will use GD (if it is available) to scale images down. This is slightly slower.', |
112 req_help_imagemagick: 'Without ImageMagick, Enano will use GD (if it is available) to scale images down. This is slightly slower.', |
113 req_help_crypto_none: 'Your server has no support for arbitrary-precision math, which is required for encrypted logon. Your username and password will not be transmitted securely until one of the following PHP extensions is installed: GMP, Big_Int, or BCMath.', |
113 req_help_crypto_none: 'Your server has no support for arbitrary-precision math, which is required for encrypted logon. Your username and password will not be transmitted securely until one of the following PHP extensions is installed: GMP, Big_Int, or BCMath.', |
114 req_help_crypto_bcmath: 'Your server supports arbitrary-precision math, but only through PHP\'s BCMath extension which is extremely slow. Expect the process of logging in to take 6-10 seconds.', |
114 req_help_crypto_bcmath: 'Your server supports arbitrary-precision math, but only through PHP\'s BCMath extension which is extremely slow. Expect the process of logging in to take 6-10 seconds.', |
115 |
115 |
116 err_no_dbms_title: 'No database backends are available.', |
116 err_no_dbms_title: 'No database backends are available.', |
117 err_no_dbms_body: 'Enano requires at least one database backend to install. Please consult with your hosting provider to obtain help with this situation. If you are running a VPS or dedicated server, install the php-mysql or php-pgsql (on Red Hat®-based distributions) or php5-mysql or php5-pgsql (on Debian-based distributions) packages. For Windows servers, ensure that the php_mysql or php_pgsql extension is enabled in php.ini.', |
117 err_no_dbms_body: 'Enano requires at least one database backend to install. Please consult with your hosting provider to obtain help with this situation. If you are running a VPS or dedicated server, install the php-mysql or php-pgsql (on Red Hat®-based distributions) or php5-mysql or php5-pgsql (on Debian-based distributions) packages. For Windows servers, ensure that the php_mysql or php_pgsql extension is enabled in php.ini.', |
118 |
118 |
119 summary_pass_title: 'Congratulations! Enano can run on this server.', |
119 summary_pass_title: 'Congratulations! Enano can run on this server.', |
120 summary_pass_body: 'The system requirement check was successful and Enano has verified that it can run on this server with all available features. Below is a summary of what was checked. Click the Continue button below to proceed with installation.', |
120 summary_pass_body: 'The system requirement check was successful and Enano has verified that it can run on this server with all available features. Below is a summary of what was checked. Click the Continue button below to proceed with installation.', |
121 |
121 |
122 summary_warn_title: 'Warnings encountered during server check', |
122 summary_warn_title: 'Warnings encountered during server check', |
123 summary_warn_body: 'Since some server features that Enano uses aren\'t available, Enano has turned its support for these features off. The warnings below provide information on how you can fix this.', |
123 summary_warn_body: 'Since some server features that Enano uses aren\'t available, Enano has turned its support for these features off. The warnings below provide information on how you can fix this.', |
124 |
124 |
125 summary_fail_title: 'Installation requirements not met', |
125 summary_fail_title: 'Installation requirements not met', |
126 summary_fail_body: 'As a precaution, Enano will not install until the above requirements have been met. Contact your server administrator or hosting company for support. If you still need help, please use the <a href="http://forum.enanocms.org/" onclick="window.open(this.href);">Enano support forums</a>.', |
126 summary_fail_body: 'As a precaution, Enano will not install until the above requirements have been met. Contact your server administrator or hosting company for support. If you still need help, please use the <a href="http://forum.enanocms.org/" onclick="window.open(this.href);">Enano support forums</a>.', |
127 |
127 |
128 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.' |
128 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.' |
129 }, |
129 }, |
130 database: { |
130 database: { |
131 modetitle: 'Database', |
131 modetitle: 'Database', |
132 modetitle_long: 'Database information', |
132 modetitle_long: 'Database information', |
133 heading_optionalinfo: 'Optional information', |
133 heading_optionalinfo: 'Optional information', |
134 |
134 |
135 driver_heading: 'Choose a database driver', |
135 driver_heading: 'Choose a database driver', |
136 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.', |
136 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.', |
137 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.', |
137 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.', |
138 driver_err_no_mysql: 'You don\'t have the MySQL PHP extension installed.', |
138 driver_err_no_mysql: 'You don\'t have the MySQL PHP extension installed.', |
139 driver_err_no_pgsql: 'You don\'t have the PostgreSQL PHP extensnion installed.', |
139 driver_err_no_pgsql: 'You don\'t have the PostgreSQL PHP extensnion installed.', |
140 driver_mysql: 'MySQL', |
140 driver_mysql: 'MySQL', |
141 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.', |
141 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.', |
142 driver_pgsql: 'PostgreSQL', |
142 driver_pgsql: 'PostgreSQL', |
143 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.', |
143 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.', |
144 |
144 |
145 objective_test: 'Check your MySQL connection using the "Test Connection" button.', |
145 objective_test: 'Check your MySQL connection using the "Test Connection" button.', |
146 objective_uncrypt: 'Be aware that your database information will be transmitted unencrypted several times.', |
146 objective_uncrypt: 'Be aware that your database information will be transmitted unencrypted several times.', |
147 |
147 |
148 // database_post module |
148 // database_post module |
149 btn_go_back: 'Go back', |
149 btn_go_back: 'Go back', |
150 msg_success_title: 'Connection successful', |
150 msg_success_title: 'Connection successful', |
151 msg_success_body: 'The database has been contacted and initial tables created successfully. Redirecting...', |
151 msg_success_body: 'The database has been contacted and initial tables created successfully. Redirecting...', |
152 msg_success_redirect: 'Click if you\'re not redirected within 2 seconds', |
152 msg_success_redirect: 'Click if you\'re not redirected within 2 seconds', |
153 |
153 |
154 msg_post_fail_title: 'Database connection failed', |
154 msg_post_fail_title: 'Database connection failed', |
155 msg_post_fail_body: 'The installer couldn\'t connect to the database because something went wrong while the connection attempt was being made. Please press your browser\'s back button and correct your database information.', |
155 msg_post_fail_body: 'The installer couldn\'t connect to the database because something went wrong while the connection attempt was being made. Please press your browser\'s back button and correct your database information.', |
156 msg_post_fail_desc: 'Error description:', |
156 msg_post_fail_desc: 'Error description:', |
157 |
157 |
158 msg_sql_fail_title: 'Database operation failed', |
158 msg_sql_fail_title: 'Database operation failed', |
159 msg_sql_fail_body: 'The installer couldn\'t create one of the tables used for installation.', |
159 msg_sql_fail_body: 'The installer couldn\'t create one of the tables used for installation.', |
160 }, |
160 }, |
161 dbmysql: { |
161 dbmysql: { |
162 msg_err_mysql_connect: '<b>Error:</b> The database server "%db_host%" couldn\'t be contacted.<br />%mysql_error%', |
162 msg_err_mysql_connect: '<b>Error:</b> The database server "%db_host%" couldn\'t be contacted.<br />%mysql_error%', |
163 msg_err_mysql_auth: '<b>Error:</b> Access to MySQL under the specified credentials was denied.<br />%mysql_error%', |
163 msg_err_mysql_auth: '<b>Error:</b> Access to MySQL under the specified credentials was denied.<br />%mysql_error%', |
164 msg_err_mysql_dbperm: '<b>Error:</b> Access to the specified database using those login credentials was denied.<br />%mysql_error%', |
164 msg_err_mysql_dbperm: '<b>Error:</b> Access to the specified database using those login credentials was denied.<br />%mysql_error%', |
165 msg_err_mysql_dbexist: '<b>Error:</b> The specified database does not exist<br />%mysql_error%', |
165 msg_err_mysql_dbexist: '<b>Error:</b> The specified database does not exist<br />%mysql_error%', |
166 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().', |
166 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().', |
167 |
167 |
168 msg_warn_creating_db: '<b>Warning:</b> The database you specified does not exist. It will be created during installation.', |
168 msg_warn_creating_db: '<b>Warning:</b> The database you specified does not exist. It will be created during installation.', |
169 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.', |
169 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.', |
170 msg_warn_mysql_version: 'The MySQL version that your server is running could not be determined.', |
170 msg_warn_mysql_version: 'The MySQL version that your server is running could not be determined.', |
171 |
171 |
172 msg_info_mysql_good: 'Your version of MySQL meets Enano requirements.', |
172 msg_info_mysql_good: 'Your version of MySQL meets Enano requirements.', |
173 msg_test_success: 'All checks passed! You can use this database configuration with Enano.', |
173 msg_test_success: 'All checks passed! You can use this database configuration with Enano.', |
174 |
174 |
175 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.', |
175 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.', |
176 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.', |
176 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.', |
177 |
177 |
178 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%', |
178 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%', |
179 |
179 |
180 table_title: 'Database information', |
180 table_title: 'Database information', |
181 |
181 |
182 field_hostname_title: 'Database hostname', |
182 field_hostname_title: 'Database hostname', |
183 field_hostname_body: 'This is the hostname (or sometimes the IP address) of your MySQL server. In many cases, this is "localhost". To connect through a Unix socket, use the format ":/path/to/mysql.sock".', |
183 field_hostname_body: 'This is the hostname (or sometimes the IP address) of your MySQL server. In many cases, this is "localhost". To connect through a Unix socket, use the format ":/path/to/mysql.sock".', |
184 field_port_title: 'Database port', |
184 field_port_title: 'Database port', |
185 field_port_body: 'The TCP port Enano will use to connect to MySQL. This is 3306 on the vast majority of servers. This isn\'t relevant if you use a socket file.', |
185 field_port_body: 'The TCP port Enano will use to connect to MySQL. This is 3306 on the vast majority of servers. This isn\'t relevant if you use a socket file.', |
186 field_dbname_title: 'Database name', |
186 field_dbname_title: 'Database name', |
187 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.', |
187 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.', |
188 field_dbauth_title: 'Database login', |
188 field_dbauth_title: 'Database login', |
189 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.', |
189 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.', |
190 field_tableprefix_title: 'Table prefix', |
190 field_tableprefix_title: 'Table prefix', |
191 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 (_).', |
191 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 (_).', |
192 field_rootauth_title: 'Database administrative login', |
192 field_rootauth_title: 'Database administrative login', |
193 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.', |
193 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.', |
194 field_mysqlversion_title: 'MySQL version', |
194 field_mysqlversion_title: 'MySQL version', |
195 field_mysqlversion_blurb_willbechecked: 'MySQL version information will be checked when you click "Test Connection".', |
195 field_mysqlversion_blurb_willbechecked: 'MySQL version information will be checked when you click "Test Connection".', |
196 field_droptables_title: 'Delete existing tables?', |
196 field_droptables_title: 'Delete existing tables?', |
197 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.', |
197 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.', |
198 field_droptables_lbl: 'Drop existing tables', |
198 field_droptables_lbl: 'Drop existing tables', |
199 |
199 |
200 btn_testconnection: 'Test connection', |
200 btn_testconnection: 'Test connection', |
201 }, |
201 }, |
202 dbpgsql: { |
202 dbpgsql: { |
203 msg_err_connect: 'There was a problem connecting to PostgreSQL. Please check your connection information above.', |
203 msg_err_connect: 'There was a problem connecting to PostgreSQL. Please check your connection information above.', |
204 msg_err_version: '<b>Error:</b> Your version of PostgreSQL (%pg_version%) is older than 8.2.5. Enano cannot be installed.', |
204 msg_err_version: '<b>Error:</b> Your version of PostgreSQL (%pg_version%) is older than 8.2.5. Enano cannot be installed.', |
205 |
205 |
206 msg_warn_pg_version: 'The PostgreSQL version that your server is running could not be determined.', |
206 msg_warn_pg_version: 'The PostgreSQL version that your server is running could not be determined.', |
207 msg_err_auth: 'Access to the database was denied. Ensure that your database exists and that your username and password are correct.', |
207 msg_err_auth: 'Access to the database was denied. Ensure that your database exists and that your username and password are correct.', |
208 |
208 |
209 msg_info_version_good: 'Your version of PostgreSQL meets Enano requirements.', |
209 msg_info_version_good: 'Your version of PostgreSQL meets Enano requirements.', |
210 msg_test_success: 'All checks passed! You can use this database configuration with Enano.', |
210 msg_test_success: 'All checks passed! You can use this database configuration with Enano.', |
211 |
211 |
212 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.', |
212 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.', |
213 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.', |
213 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.', |
214 |
214 |
215 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%', |
215 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%', |
216 |
216 |
217 table_title: 'Database information', |
217 table_title: 'Database information', |
218 |
218 |
219 field_hostname_title: 'Database hostname', |
219 field_hostname_title: 'Database hostname', |
220 field_hostname_body: 'This is the hostname (or sometimes the IP address) of your PostgreSQL server. In many cases, this is "localhost".', |
220 field_hostname_body: 'This is the hostname (or sometimes the IP address) of your PostgreSQL server. In many cases, this is "localhost".', |
221 field_port_title: 'Database port', |
221 field_port_title: 'Database port', |
222 field_port_body: 'The TCP port Enano will use to connect to PostgreSQL. This is 5432 on the vast majority of servers.', |
222 field_port_body: 'The TCP port Enano will use to connect to PostgreSQL. This is 5432 on the vast majority of servers.', |
223 field_dbname_title: 'Database name', |
223 field_dbname_title: 'Database name', |
224 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.', |
224 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.', |
225 field_dbauth_title: 'Database login', |
225 field_dbauth_title: 'Database login', |
226 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.', |
226 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.', |
227 field_tableprefix_title: 'Table prefix', |
227 field_tableprefix_title: 'Table prefix', |
228 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 (_).', |
228 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 (_).', |
229 field_rootauth_title: 'Database administrative login', |
229 field_rootauth_title: 'Database administrative login', |
230 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.', |
230 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.', |
231 field_pgsqlversion_title: 'PostgreSQL version', |
231 field_pgsqlversion_title: 'PostgreSQL version', |
232 field_pgsqlversion_blurb_willbechecked: 'PostgreSQL version information will be checked when you click "Test Connection".', |
232 field_pgsqlversion_blurb_willbechecked: 'PostgreSQL version information will be checked when you click "Test Connection".', |
233 field_droptables_title: 'Delete existing tables?', |
233 field_droptables_title: 'Delete existing tables?', |
234 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.', |
234 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.', |
235 field_droptables_lbl: 'Drop existing tables', |
235 field_droptables_lbl: 'Drop existing tables', |
236 |
236 |
237 btn_testconnection: 'Test connection', |
237 btn_testconnection: 'Test connection', |
238 }, |
238 }, |
239 website: { |
239 website: { |
240 modetitle: 'Site info', |
240 modetitle: 'Site info', |
241 modetitle_long: 'Website information', |
241 modetitle_long: 'Website information', |
242 header_blurb: 'The next step is to enter some information about your website. You can always change this information later, using the administration panel.', |
242 header_blurb: 'The next step is to enter some information about your website. You can always change this information later, using the administration panel.', |
243 |
243 |
244 msg_ajax_test_fail_title: 'All tests failed', |
244 msg_ajax_test_fail_title: 'All tests failed', |
245 msg_ajax_test_fail_body: 'None of the URL handling tests worked; you may have problems using Enano on your server.', |
245 msg_ajax_test_fail_body: 'None of the URL handling tests worked; you may have problems using Enano on your server.', |
246 msg_bestmethod_rewrite: 'The installer has detected that using rewritten URLs is the best level that will work.', |
246 msg_bestmethod_rewrite: 'The installer has detected that using rewritten URLs is the best level that will work.', |
247 msg_bestmethod_shortened: 'The installer has detected that using shortened URLs is the best level that will work.', |
247 msg_bestmethod_shortened: 'The installer has detected that using shortened URLs is the best level that will work.', |
248 msg_bestmethod_tiny: 'The installer has detected that using tiny URLs is the best level that will work.', |
248 msg_bestmethod_tiny: 'The installer has detected that using tiny URLs is the best level that will work.', |
249 msg_bestmethod_standard: 'The installer has detected that using standard URLs is the only level that will work.', |
249 msg_bestmethod_standard: 'The installer has detected that using standard URLs is the only level that will work.', |
250 msg_modrewrite_enabled: 'Your copy of Enano has the Windows mod_rewrite workaround patch enabled.', |
250 msg_modrewrite_enabled: 'Your copy of Enano has the Windows mod_rewrite workaround patch enabled.', |
251 msg_modrewrite_necessary: 'If you don\'t plan to use the Rewritten URLs option below, you should go back and re-download Enano without this workaround enabled. The mod_rewrite issues Enano faces under Windows are caused by a security change in Apache 2.2 that is not present in Apache 2.0. <a href="http://enanocms.org/windows-patch" onclick="window.open(this.href); return false;">Learn more</a>', |
251 msg_modrewrite_necessary: 'If you don\'t plan to use the Rewritten URLs option below, you should go back and re-download Enano without this workaround enabled. The mod_rewrite issues Enano faces under Windows are caused by a security change in Apache 2.2 that is not present in Apache 2.0. <a href="http://enanocms.org/windows-patch" onclick="window.open(this.href); return false;">Learn more</a>', |
252 msg_modrewrite_unnecessary: 'The Enano installer has detected that you\'re probably not running Apache 2.2 under Windows. You don\'t need this workaround unless you\'re using this specific software stack. Unless you\'re sure that you are running Apache 2.2 under Windows on your server, it is recommended that you disable the <tt>WINDOWS_MOD_REWRITE_WORKAROUNDS</tt> constant in includes/constants.php. <a href="http://enanocms.org/windows-patch" onclick="window.open(this.href); return false;">Learn more</a>', |
252 msg_modrewrite_unnecessary: 'The Enano installer has detected that you\'re probably not running Apache 2.2 under Windows. You don\'t need this workaround unless you\'re using this specific software stack. Unless you\'re sure that you are running Apache 2.2 under Windows on your server, it is recommended that you disable the <tt>WINDOWS_MOD_REWRITE_WORKAROUNDS</tt> constant in includes/constants.php. <a href="http://enanocms.org/windows-patch" onclick="window.open(this.href); return false;">Learn more</a>', |
253 msg_modrewrite_disabled: 'Your server is running Apache 2.2 on Windows, but the Windows mod_rewrite workaround patch is disabled.', |
253 msg_modrewrite_disabled: 'Your server is running Apache 2.2 on Windows, but the Windows mod_rewrite workaround patch is disabled.', |
254 msg_modrewrite_maybeneeded: 'Do not use Rewritten URLs unless you re-download Enano with the Windows Patch enabled or uncomment the <tt>WINDOWS_MOD_REWRITE_WORKAROUNDS</tt> line in <tt>includes/constants.php</tt>. Otherwise you may have trouble accessing login and administration pages due to a bug in Apache. <a href="http://enanocms.org/windows-patch" onclick="window.open(this.href); return false;">Learn more</a>', |
254 msg_modrewrite_maybeneeded: 'Do not use Rewritten URLs unless you re-download Enano with the Windows Patch enabled or uncomment the <tt>WINDOWS_MOD_REWRITE_WORKAROUNDS</tt> line in <tt>includes/constants.php</tt>. Otherwise you may have trouble accessing login and administration pages due to a bug in Apache. <a href="http://enanocms.org/windows-patch" onclick="window.open(this.href); return false;">Learn more</a>', |
255 |
255 |
256 field_name: 'Pick a name', |
256 field_name: 'Pick a name', |
257 field_name_hint: 'Now for the fun part - it\'s time to name your website. Try to pick something that doesn\'t include any special characters, since this can make project-page URLs look botched.', |
257 field_name_hint: 'Now for the fun part - it\'s time to name your website. Try to pick something that doesn\'t include any special characters, since this can make project-page URLs look botched.', |
258 field_desc: 'Enter a short description', |
258 field_desc: 'Enter a short description', |
259 field_desc_hint: 'Here you should enter a very short description of your site. Sometimes this is a slogan or, depending on the theme you\'ve chosen, a set of keywords that can go into a META description tag.', |
259 field_desc_hint: 'Here you should enter a very short description of your site. Sometimes this is a slogan or, depending on the theme you\'ve chosen, a set of keywords that can go into a META description tag.', |
260 field_copyright: 'Copyright info', |
260 field_copyright: 'Copyright info', |
261 field_copyright_hint: 'The text you enter here will be shown at the bottom of most pages. Typically this is where a copyright notice would go. Keep it short and sweet; you can use <a href="http://docs.enanocms.org/Help:3.1">internal links</a> to link to project pages you\'ll create later.', |
261 field_copyright_hint: 'The text you enter here will be shown at the bottom of most pages. Typically this is where a copyright notice would go. Keep it short and sweet; you can use <a href="http://docs.enanocms.org/Help:3.1">internal links</a> to link to project pages you\'ll create later.', |
262 field_startwith: 'Start with:', |
262 field_startwith: 'Start with:', |
263 field_startwith_blank: 'A blank site with only a main page', |
263 field_startwith_blank: 'A blank site with only a main page', |
264 field_startwith_blank_hint: 'This is best if you\'ve worked with Enano or other wiki software before and for production installations. It installs one page which you can edit to immediately get started on your site.', |
264 field_startwith_blank_hint: 'This is best if you\'ve worked with Enano or other wiki software before and for production installations. It installs one page which you can edit to immediately get started on your site.', |
265 field_startwith_tutorial: 'The Enano tutorial suite', |
265 field_startwith_tutorial: 'The Enano tutorial suite', |
266 field_startwith_tutorial_hint: 'This option installs several tutorial pages that help you to get started quickly if you\'re new to Enano.', |
266 field_startwith_tutorial_hint: 'This option installs several tutorial pages that help you to get started quickly if you\'re new to Enano.', |
267 field_urlscheme: 'URL formatting', |
267 field_urlscheme: 'URL formatting', |
268 field_urlscheme_hint: 'This lets you choose how URLs within your site will be formatted. If the setting you pick doesn\'t work, you can change it by editing config.php after installation.', |
268 field_urlscheme_hint: 'This lets you choose how URLs within your site will be formatted. If the setting you pick doesn\'t work, you can change it by editing config.php after installation.', |
269 field_urlscheme_lbl_example: 'Example:', |
269 field_urlscheme_lbl_example: 'Example:', |
270 field_urlscheme_opt_standard: 'Standard URLs', |
270 field_urlscheme_opt_standard: 'Standard URLs', |
271 field_urlscheme_opt_standard_hint: 'Compatible with all servers. This is the default option and should be used unless you\'re sure that one of the other options below will work.', |
271 field_urlscheme_opt_standard_hint: 'Compatible with all servers. This is the default option and should be used unless you\'re sure that one of the other options below will work.', |
272 field_urlscheme_opt_shortened: 'Shortened URLs', |
272 field_urlscheme_opt_shortened: 'Shortened URLs', |
273 field_urlscheme_opt_shortened_hint: 'This eliminates the "?title=" portion of your URL, and instead uses a slash. This is occasionally more friendly to search engines.', |
273 field_urlscheme_opt_shortened_hint: 'This eliminates the "?title=" portion of your URL, and instead uses a slash. This is occasionally more friendly to search engines.', |
274 field_urlscheme_opt_rewrite: 'Rewritten URLs', |
274 field_urlscheme_opt_rewrite: 'Rewritten URLs', |
275 field_urlscheme_opt_rewrite_hint: 'Using this option, you can completely eliminate the "index.php" from URLs. This is the most friendly option to search engines and looks very professional, but requires support for URL rewriting on your server. Enano can configure this automatically on Apache and some IIS7 servers. Otherwise, you\'ll need a knowledge of regular expressions and it will be necessary to configure your server manually for this option to work.', |
275 field_urlscheme_opt_rewrite_hint: 'Using this option, you can completely eliminate the "index.php" from URLs. This is the most friendly option to search engines and looks very professional, but requires support for URL rewriting on your server. Enano can configure this automatically on Apache and some IIS7 servers. Otherwise, you\'ll need a knowledge of regular expressions and it will be necessary to configure your server manually for this option to work.', |
276 field_urlscheme_opt_tiny: '<span style="font-weight: bold; color: #a00;">(Experimental)</span> Tiny URLs', |
276 field_urlscheme_opt_tiny: '<span style="font-weight: bold; color: #a00;">(Experimental)</span> Tiny URLs', |
277 field_urlscheme_opt_tiny_hint: 'This makes URLs very small - close to the size of Rewritten. However it doesn\'t work with every server, and we\'re still trying to experiment to find which servers it works with. If you can\'t use Rewritten URLs, you are encouraged to give this a try and let the Enano team know whether it works for you or not.', |
277 field_urlscheme_opt_tiny_hint: 'This makes URLs very small - close to the size of Rewritten. However it doesn\'t work with every server, and we\'re still trying to experiment to find which servers it works with. If you can\'t use Rewritten URLs, you are encouraged to give this a try and let the Enano team know whether it works for you or not.', |
278 btn_urlscheme_detect: 'Auto-detect the best formatting scheme', |
278 btn_urlscheme_detect: 'Auto-detect the best formatting scheme', |
279 |
279 |
280 objective_verify: 'Verify that your site information is correct. Again, all of the above settings can be changed from the administration panel.', |
280 objective_verify: 'Verify that your site information is correct. Again, all of the above settings can be changed from the administration panel.', |
281 }, |
281 }, |
282 login: { |
282 login: { |
283 modetitle: 'Admin login', |
283 modetitle: 'Admin login', |
284 header_blurb: 'Next, enter your desired username and password. The account you create here will be used to administer your site.', |
284 header_blurb: 'Next, enter your desired username and password. The account you create here will be used to administer your site.', |
285 modetitle_long: 'Administration login', |
285 modetitle_long: 'Administration login', |
286 |
286 |
287 welcome_title: 'Administration account', |
287 welcome_title: 'Administration account', |
288 welcome_body: '<p>Now it\'s time to create the account you\'ll use to administer your site. The e-mail address you enter here will also be used for the global contact address; you can change this after installation is finished if need be.</p> |
288 welcome_body: '<p>Now it\'s time to create the account you\'ll use to administer your site. The e-mail address you enter here will also be used for the global contact address; you can change this after installation is finished if need be.</p> |
289 <p>Do not forget the information you enter here. Otherwise you will be unable to administer your site.</p>', |
289 <p>Do not forget the information you enter here. Otherwise you will be unable to administer your site.</p>', |
290 err_verify_failure: 'One or more of the form fields contains an incorrect value. Please correct any fields that have an X next to them.', |
290 err_verify_failure: 'One or more of the form fields contains an incorrect value. Please correct any fields that have an X next to them.', |
291 err_rijndael_failed: 'Received a bad response from rijndaelEncrypt(). Shift-click "reload" or "refresh" (depending on your browser) and try again.', |
291 err_rijndael_failed: 'Received a bad response from rijndaelEncrypt(). Shift-click "reload" or "refresh" (depending on your browser) and try again.', |
292 field_username: 'Username', |
292 field_username: 'Username', |
293 field_password: 'Password', |
293 field_password: 'Password', |
294 aes_blurb: 'This will be encrypted with AES before it\'s sent to the server.', |
294 aes_blurb: 'This will be encrypted with AES before it\'s sent to the server.', |
295 field_password_confirm: '(confirm)', |
295 field_password_confirm: '(confirm)', |
296 field_email: 'E-mail', |
296 field_email: 'E-mail', |
297 |
297 |
298 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.', |
298 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.', |
299 }, |
299 }, |
300 confirm: { |
300 confirm: { |
301 modetitle: 'Review', |
301 modetitle: 'Review', |
302 modetitle_long: 'Confirm installation', |
302 modetitle_long: 'Confirm installation', |
303 |
303 |
304 title: 'Enano is ready to install.', |
304 title: 'Enano is ready to install.', |
305 body: 'Almost there! You\'ve entered all the information we need for now. Click the button below to install the Enano database.', |
305 body: 'Almost there! You\'ve entered all the information we need for now. Click the button below to install the Enano database.', |
306 info_aes_title: 'A note on AES encryption:', |
306 info_aes_title: 'A note on AES encryption:', |
307 info_aes_body: 'Enano is currently configured to use %aes_bits%-bit AES encryption. While the default value of 192 bits is perfectly acceptable for most sites, those in need of extreme security will want to change this value to 256 bits (the maximum available strength). If you need to change the cipher strength, please edit the file includes/constants.php and then <u>restart</u> this installation. Do not click Continue below until you redo the installation process up until this point, or you will experience severe problems with logging into your site.', |
307 info_aes_body: 'Enano is currently configured to use %aes_bits%-bit AES encryption. While the default value of 192 bits is perfectly acceptable for most sites, those in need of extreme security will want to change this value to 256 bits (the maximum available strength). If you need to change the cipher strength, please edit the file includes/constants.php and then <u>restart</u> this installation. Do not click Continue below until you redo the installation process up until this point, or you will experience severe problems with logging into your site.', |
308 |
308 |
309 msg_installing_unstable_title: 'Unstable release', |
309 msg_installing_unstable_title: 'Unstable release', |
310 msg_installing_unstable_body: 'You are installing an unstable release of Enano. Except for bug reports, no support of any kind is provided for this release. If this is a Release Candidate (RC), limited support is available via the Enano forums.', |
310 msg_installing_unstable_body: 'You are installing an unstable release of Enano. Except for bug reports, no support of any kind is provided for this release. If this is a Release Candidate (RC), limited support is available via the Enano forums.', |
311 |
311 |
312 btn_install_enano: 'Install Enano!', |
312 btn_install_enano: 'Install Enano!', |
313 }, |
313 }, |
314 install: { |
314 install: { |
315 modetitle: 'Install', |
315 modetitle: 'Install', |
316 modetitle_long: 'Database installation', |
316 modetitle_long: 'Database installation', |
317 |
317 |
318 title: 'Installing Enano', |
318 title: 'Installing Enano', |
319 body: 'Please wait while Enano creates its database and initial content on your server.', |
319 body: 'Please wait while Enano creates its database and initial content on your server.', |
320 heading_progress: 'Installation progress', |
320 heading_progress: 'Installation progress', |
321 |
321 |
322 stg_load_title: 'Load installer files', |
322 stg_load_title: 'Load installer files', |
323 stg_load_body: 'One of the files needed for installation couldn\'t be loaded. Please check your Enano directory.', |
323 stg_load_body: 'One of the files needed for installation couldn\'t be loaded. Please check your Enano directory.', |
324 stg_setpass_title: 'Retrieve administrator password', |
324 stg_setpass_title: 'Retrieve administrator password', |
325 stg_setpass_body: 'The administrator password couldn\'t be decrypted. This really shouldn\'t happen.', |
325 stg_setpass_body: 'The administrator password couldn\'t be decrypted. This really shouldn\'t happen.', |
326 stg_genaes_title: 'Generate private key', |
326 stg_genaes_title: 'Generate private key', |
327 stg_genaes_body: 'Couldn\'t generate a private key for the site. This really shouldn\'t happen.', |
327 stg_genaes_body: 'Couldn\'t generate a private key for the site. This really shouldn\'t happen.', |
328 stg_sqlparse_title: 'Prepare database schema', |
328 stg_sqlparse_title: 'Prepare database schema', |
329 stg_sqlparse_body: 'Couldn\'t load or parse the schema file. This really shouldn\'t happen.', |
329 stg_sqlparse_body: 'Couldn\'t load or parse the schema file. This really shouldn\'t happen.', |
330 stg_payload_title: 'Install database', |
330 stg_payload_title: 'Install database', |
331 stg_payload_body: 'There was a problem with an SQL query. Details are above.', |
331 stg_payload_body: 'There was a problem with an SQL query. Details are above.', |
332 stg_writeconfig_title: 'Write configuration files', |
332 stg_writeconfig_title: 'Write configuration files', |
333 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.', |
333 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.', |
334 |
334 |
335 stg_startapi_title: 'Start the Enano API', |
335 stg_startapi_title: 'Start the Enano API', |
336 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.', |
336 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.', |
337 stg_importlang_title: 'Import default language', |
337 stg_importlang_title: 'Import default language', |
338 stg_importlang_body: 'Enano couldn\'t import the English language file.', |
338 stg_importlang_body: 'Enano couldn\'t import the English language file.', |
339 stg_importcontent_title: 'Import default content', |
339 stg_importcontent_title: 'Import default content', |
340 stg_importcontent_body: 'Enano couldn\'t import the default site content.', |
340 stg_importcontent_body: 'Enano couldn\'t import the default site content.', |
341 stg_initlogs_title: 'Initialize logs', |
341 stg_initlogs_title: 'Initialize logs', |
342 stg_initlogs_body: '<b>The session manager denied the request to flush logs for the main page.</b><br /> |
342 stg_initlogs_body: '<b>The session manager denied the request to flush logs for the main page.</b><br /> |
343 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 |
343 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 |
344 properly set cookies due to limitations with PHP. These limitations are exposed primarily when this issue is encountered during installation. If you choose |
344 properly set cookies due to limitations with PHP. These limitations are exposed primarily when this issue is encountered during installation. If you choose |
345 to finish the installation, please be aware that you may be unable to log into your site.', |
345 to finish the installation, please be aware that you may be unable to log into your site.', |
346 |
346 |
347 stg_cleanup_title: 'Clean up encryption keys', |
347 stg_cleanup_title: 'Clean up encryption keys', |
348 stg_cleanup_body: 'There was a database error while removing the temporary encryption keys from the database. For maximum site security you should delete the config entries install_aes_key and site_aes_key manually.', |
348 stg_cleanup_body: 'There was a database error while removing the temporary encryption keys from the database. For maximum site security you should delete the config entries install_aes_key and site_aes_key manually.', |
349 stg_rename_title: 'Rename configuration files', |
349 stg_rename_title: 'Rename configuration files', |
350 stg_rename_body: 'Enano couldn\'t rename the configuration files to their correct production names. <span style="font-weight: bold; color: red;">Please perform the following rename operations and then follow the instructions to finish the installation below.</span> |
350 stg_rename_body: 'Enano couldn\'t rename the configuration files to their correct production names. <span style="font-weight: bold; color: red;">Please perform the following rename operations and then follow the instructions to finish the installation below.</span> |
351 <ul> |
351 <ul> |
352 <li>Rename config.new.php to config.php</li> |
352 <li>Rename config.new.php to config.php</li> |
353 <li>Rename .htaccess.new to .htaccess (only if you selected the Rewrite URL scheme)</li> |
353 <li>Rename .htaccess.new to .htaccess (only if you selected the Rewrite URL scheme)</li> |
354 </ul> |
354 </ul> |
355 %this.finish_body% |
355 %this.finish_body% |
356 %this.finish_link_mainpage%', |
356 %this.finish_link_mainpage%', |
357 stg_buildindex_title: 'Initialize search index', |
357 stg_buildindex_title: 'Initialize search index', |
358 stg_buildindex_body: 'Something went wrong while the page manager was attempting to build a search index.', |
358 stg_buildindex_body: 'Something went wrong while the page manager was attempting to build a search index.', |
359 }, |
359 }, |
360 finish: { |
360 finish: { |
361 modetitle: 'Finish', |
361 modetitle: 'Finish', |
362 modetitle_long: 'Complete installation', |
362 modetitle_long: 'Complete installation', |
363 |
363 |
364 heading_progress: 'Performing final installation steps', |
364 heading_progress: 'Performing final installation steps', |
365 msg_progress: 'Enano is cleaning up and performing some final installation tasks. Please wait...', |
365 msg_progress: 'Enano is cleaning up and performing some final installation tasks. Please wait...', |
366 msg_success_title: 'Congratulations! You\'ve finished installing Enano.', |
366 msg_success_title: 'Congratulations! You\'ve finished installing Enano.', |
367 msg_success_body: 'Enano has finished setting up on your server. Now you can go to your <a href="%mainpage_link%">new website</a> and start creating content!', |
367 msg_success_body: 'Enano has finished setting up on your server. Now you can go to your <a href="%mainpage_link%">new website</a> and start creating content!', |
368 |
368 |
369 body: '<h3>Wait... Now what?</h3> |
369 body: '<h3>Wait... Now what?</h3> |
370 <p>Click the link below to see the main page for your website. Where to go from here:</p> |
370 <p>Click the link below to see the main page for your website. Where to go from here:</p> |
371 <ul> |
371 <ul> |
372 <li>The first thing you should do is log into your site using the Log in link on the sidebar.</li> |
372 <li>The first thing you should do is log into your site using the Log in link on the sidebar.</li> |
373 <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> |
373 <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> |
374 <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> |
374 <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> |
375 <li>Periodically create a backup of your database and filesystem, in case something goes wrong. This should be done at least once a week – more for wiki-based sites.</li> |
375 <li>Periodically create a backup of your database and filesystem, in case something goes wrong. This should be done at least once a week – more for wiki-based sites.</li> |
376 <li>Hire some moderators, to help you keep rowdy users tame.</li> |
376 <li>Hire some moderators, to help you keep rowdy users tame.</li> |
377 <li>Tell the <a href="http://enanocms.org/Contact_us">Enano team</a> what you think.</li> |
377 <li>Tell the <a href="http://enanocms.org/Contact_us">Enano team</a> what you think.</li> |
378 <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> |
378 <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> |
379 </ul>', |
379 </ul>', |
380 link_mainpage: '<a href="%mainpage_link%">Go to your website...</a>', |
380 link_mainpage: '<a href="%mainpage_link%">Go to your website...</a>', |
381 }, |
381 }, |
382 pophelp: { |
382 pophelp: { |
383 admin_embed_php_title: 'Allow administrators to embed PHP', |
383 admin_embed_php_title: 'Allow administrators to embed PHP', |
384 admin_embed_php_body: '<p>This option allows you to control whether anything between the standard <?php and ?> tags will be treated as |
384 admin_embed_php_body: '<p>This option allows you to control whether anything between the standard <?php and ?> tags will be treated as |
385 PHP code by Enano. If this option is enabled, and members of the Administrators group use these tags, Enano will |
385 PHP code by Enano. If this option is enabled, and members of the Administrators group use these tags, Enano will |
386 execute that code when the page is loaded. There are obvious potential security implications here, which should |
386 execute that code when the page is loaded. There are obvious potential security implications here, which should |
387 be carefully considered before enabling this option.</p> |
387 be carefully considered before enabling this option.</p> |
388 <p>If you are the only administrator of this site, or if you have a high level of trust for those will be administering |
388 <p>If you are the only administrator of this site, or if you have a high level of trust for those will be administering |
389 the site with you, you should enable this to allow extreme customization of pages.</p> |
389 the site with you, you should enable this to allow extreme customization of pages.</p> |
390 <p>Leave this option off if you are at all concerned about security – if your account is compromised and PHP embedding |
390 <p>Leave this option off if you are at all concerned about security – if your account is compromised and PHP embedding |
391 is enabled, an attacker can run arbitrary code on your server! Enabling this will also allow administrators to |
391 is enabled, an attacker can run arbitrary code on your server! Enabling this will also allow administrators to |
392 embed Javascript and arbitrary HTML and CSS.</p> |
392 embed Javascript and arbitrary HTML and CSS.</p> |
393 <p>If you don\'t have experience coding in PHP, you can safely disable this option. You may change this at any time |
393 <p>If you don\'t have experience coding in PHP, you can safely disable this option. You may change this at any time |
394 using the ACL editor by selecting the Administrators group and This Entire Website under the scope selection.</p>', |
394 using the ACL editor by selecting the Administrators group and This Entire Website under the scope selection.</p>', |
395 url_schemes_title: 'URL schemes', |
395 url_schemes_title: 'URL schemes', |
396 url_schemes_body: '<p>The URL scheme allows you to decide how the URLs to your Enano pages will look.</p> |
396 url_schemes_body: '<p>The URL scheme allows you to decide how the URLs to your Enano pages will look.</p> |
397 <p>The first option (Standard URLs) works on any web server. You should select it if your server doesn\'t run Apache, or |
397 <p>The first option (Standard URLs) works on any web server. You should select it if your server doesn\'t run Apache, or |
398 if you are at all unsure of your server\'s configuration. With this scheme, URLs at your site will look like <tt> |
398 if you are at all unsure of your server\'s configuration. With this scheme, URLs at your site will look like <tt> |
399 http://yoursite.com/path-to-enano/index.php?title=Main_Page</tt>.</p> |
399 http://yoursite.com/path-to-enano/index.php?title=Main_Page</tt>.</p> |
400 <p>The second option, Small URLs, will be selected by default if Enano detects Apache. Small URLs are more friendly towards |
400 <p>The second option, Small URLs, will be selected by default if Enano detects Apache. Small URLs are more friendly towards |
401 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 |
401 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 |
402 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 |
402 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 |
403 Enano generates. With this scheme, URLs at your site will look like <tt>http://yoursite.com/path-to-enano/index.php/Main_Page</tt>. |
403 Enano generates. With this scheme, URLs at your site will look like <tt>http://yoursite.com/path-to-enano/index.php/Main_Page</tt>. |
404 </p> |
404 </p> |
405 <p>The last option, Tiny URLs, is the most friendly URL scheme for search engines, because your URLs won\'t have any special characters |
405 <p>The last option, Tiny URLs, is the most friendly URL scheme for search engines, because your URLs won\'t have any special characters |
406 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 |
406 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 |
407 host supports this you will see a listing for it in their feature matrix. None of the popular Linux distributions (such as Ubuntu, |
407 host supports this you will see a listing for it in their feature matrix. None of the popular Linux distributions (such as Ubuntu, |
408 Debian, Red Hat Enterprise Linux™, Fedora, openSUSE™, or CentOS) come with mod_rewrite enabled, so if you run a |
408 Debian, Red Hat Enterprise Linux™, Fedora, openSUSE™, or CentOS) come with mod_rewrite enabled, so if you run a |
409 home-brew server, you should consult your distribution\'s documentation for enabling mod_rewrite before selecting this option. |
409 home-brew server, you should consult your distribution\'s documentation for enabling mod_rewrite before selecting this option. |
410 With this scheme, URLs at your site will look like <tt>http://yoursite.com/path-to-enano/Main_Page</tt>.</p> |
410 With this scheme, URLs at your site will look like <tt>http://yoursite.com/path-to-enano/Main_Page</tt>.</p> |
411 </p>', |
411 </p>', |
412 btn_close_window: 'Close window', |
412 btn_close_window: 'Close window', |
413 }, |
413 }, |
414 upgrade: { |
414 upgrade: { |
415 system_title: 'Enano upgrade tool', |
415 system_title: 'Enano upgrade tool', |
416 stg_welcome: 'Welcome', |
416 stg_welcome: 'Welcome', |
417 stg_login: 'Login', |
417 stg_login: 'Login', |
418 stg_confirm: 'Confirmation', |
418 stg_confirm: 'Confirmation', |
419 stg_upgrade: 'Perform upgrade', |
419 stg_upgrade: 'Perform upgrade', |
420 stg_finish: 'Finish', |
420 stg_finish: 'Finish', |
421 |
421 |
422 welcome_banshee_heading: 'Welcome to Enano %enano_version%.', |
422 welcome_banshee_heading: 'Welcome to Enano %enano_version%.', |
423 welcome_banshee_para1: 'Enano 1.2 features support for multiple languages, better security, faster page loading, more tools, a revamped page editor, and much more. This migration tool will automatically make the changes to your database required for Enano 1.2.', |
423 welcome_banshee_para1: 'Enano 1.2 features support for multiple languages, better security, faster page loading, more tools, a revamped page editor, and much more. This migration tool will automatically make the changes to your database required for Enano 1.2.', |
424 welcome_banshee_para2: 'The migration tool has been tested under many different installation scenarios, but isn\'t fully guaranteed to work. The Enano team can\'t be responsible if the migration fails. If you encounted problems, please be sure to post on the <a href="http://forum.enanocms.org/">Enano forums</a>.', |
424 welcome_banshee_para2: 'The migration tool has been tested under many different installation scenarios, but isn\'t fully guaranteed to work. The Enano team can\'t be responsible if the migration fails. If you encounted problems, please be sure to post on the <a href="http://forum.enanocms.org/">Enano forums</a>.', |
425 welcome_caoineag_heading: 'Welcome to the Enano upgrade tool.', |
425 welcome_caoineag_heading: 'Welcome to the Enano upgrade tool.', |
426 welcome_caoineag_para1: 'To use this version of Enano, some parts of your database need to be upgraded. This tool will automatically perform the upgrade for you.', |
426 welcome_caoineag_para1: 'To use this version of Enano, some parts of your database need to be upgraded. This tool will automatically perform the upgrade for you.', |
427 welcome_btn_continue: 'Start upgrade', |
427 welcome_btn_continue: 'Start upgrade', |
428 |
428 |
429 login_msg_auth_needed_title: 'Authentication needed', |
429 login_msg_auth_needed_title: 'Authentication needed', |
430 login_msg_auth_needed_body_level1: 'To continue, you need to log in. Please enter an administrator username and password below.', |
430 login_msg_auth_needed_body_level1: 'To continue, you need to log in. Please enter an administrator username and password below.', |
431 login_msg_auth_needed_body_level2: 'To confirm the upgrade, you need to re-enter your login information. Please enter your username and password below.', |
431 login_msg_auth_needed_body_level2: 'To confirm the upgrade, you need to re-enter your login information. Please enter your username and password below.', |
432 login_msg_local_auth: '<b>Note:</b> The upgrade tool doesn\'t recognize any authentication plugins. Even if you use authentication plugins in Enano, you need to enter a local administrator username and password to use this upgrade tool.', |
432 login_msg_local_auth: '<b>Note:</b> The upgrade tool doesn\'t recognize any authentication plugins. Even if you use authentication plugins in Enano, you need to enter a local administrator username and password to use this upgrade tool.', |
433 login_btn_login: 'Log in', |
433 login_btn_login: 'Log in', |
434 login_err_failed: 'The following error occurred during the login process: %error_code%.', |
434 login_err_failed: 'The following error occurred during the login process: %error_code%.', |
435 |
435 |
436 confirm_title: 'Confirm upgrade', |
436 confirm_title: 'Confirm upgrade', |
437 confirm_body: 'You are about to upgrade to Enano version <b>%enano_version%</b>. You should make sure that you\'ve done the following before you continue:', |
437 confirm_body: 'You are about to upgrade to Enano version <b>%enano_version%</b>. You should make sure that you\'ve done the following before you continue:', |
438 confirm_objective_backup_fs: 'Back up Enano installation directory (<b>%dir%</b>)', |
438 confirm_objective_backup_fs: 'Back up Enano installation directory (<b>%dir%</b>)', |
439 confirm_objective_backup_db: 'Back up Enano database, including non-Enano tables if any (<b>%dbname%</b>)', |
439 confirm_objective_backup_db: 'Back up Enano database, including non-Enano tables if any (<b>%dbname%</b>)', |
440 confirm_warning_langimport: '<b>Warning!</b> This release of Enano has some changed strings. If you\'ve customized any language strings, those changes will be lost.', |
440 confirm_warning_langimport: '<b>Warning!</b> This release of Enano has some changed strings. If you\'ve customized any language strings, those changes will be lost.', |
441 confirm_btn_upgrade: 'Pimp my Enano!', |
441 confirm_btn_upgrade: 'Pimp my Enano!', |
442 |
442 |
443 msg_schema_complete_title: 'Database upgrades complete', |
443 msg_schema_complete_title: 'Database upgrades complete', |
444 msg_schema_complete_body: 'You\'re past the hard part - all of the modifications to your database were successful. We need to perform a few final steps to finish the upgrade; just click the button below to finish everything up.', |
444 msg_schema_complete_body: 'You\'re past the hard part - all of the modifications to your database were successful. We need to perform a few final steps to finish the upgrade; just click the button below to finish everything up.', |
445 btn_continue: 'Finish upgrade', |
445 btn_continue: 'Finish upgrade', |
446 |
446 |
447 err_current_title: 'Already running current version', |
447 err_current_title: 'Already running current version', |
448 err_current_body: 'No database upgrades are needed right now, you\'re already running the Enano version set in this installer. Try <a href="%mainpage_link%">heading back to your site</a>. Think there\'s a mistake somewhere? <a href="http://forum.enanocms.org/">Let the Enano team know about it</a>.', |
448 err_current_body: 'No database upgrades are needed right now, you\'re already running the Enano version set in this installer. Try <a href="%mainpage_link%">heading back to your site</a>. Think there\'s a mistake somewhere? <a href="http://forum.enanocms.org/">Let the Enano team know about it</a>.', |
449 err_current_body_para2: 'You might also want to use the administration panel to check for updates, or <a href="http://enanocms.org/download">download the latest release</a> of Enano.', |
449 err_current_body_para2: 'You might also want to use the administration panel to check for updates, or <a href="http://enanocms.org/download">download the latest release</a> of Enano.', |
450 err_post_not_available: 'You\'re trying to run the post-upgrade process, but your site isn\'t in the correct state for this.', |
450 err_post_not_available: 'You\'re trying to run the post-upgrade process, but your site isn\'t in the correct state for this.', |
451 |
451 |
452 post_status_title: 'Finishing upgrade', |
452 post_status_title: 'Finishing upgrade', |
453 post_status_body: 'Enano is cleaning up some data and finalizing the upgrade.', |
453 post_status_body: 'Enano is cleaning up some data and finalizing the upgrade.', |
454 post_status_finish_title: 'All done!', |
454 post_status_finish_title: 'All done!', |
455 post_status_finish_body: 'That\'s it - Enano has been upgraded. You should <a href="%mainpage_link%">go back to your site</a> now and make sure that everything works right. If you find a problem, be sure to report it to the <a href="http://forum.enanocms.org/">Enano development team</a>. (Make sure you disable any plugins first, since we can\'t easily tell if your problem is caused by the Enano core or by a plugin, unless all of your non-system plugins are disabled.)', |
455 post_status_finish_body: 'That\'s it - Enano has been upgraded. You should <a href="%mainpage_link%">go back to your site</a> now and make sure that everything works right. If you find a problem, be sure to report it to the <a href="http://forum.enanocms.org/">Enano development team</a>. (Make sure you disable any plugins first, since we can\'t easily tell if your problem is caused by the Enano core or by a plugin, unless all of your non-system plugins are disabled.)', |
456 |
456 |
457 stg_flushcache_title: 'Flush caches', |
457 stg_flushcache_title: 'Flush caches', |
458 stg_flushcache_body: 'The upgrader failed to delete some cached data. You may experience some problems with file corruption or badly drawn pages until the caches expire, which is often no longer than 20 minutes.', |
458 stg_flushcache_body: 'The upgrader failed to delete some cached data. You may experience some problems with file corruption or badly drawn pages until the caches expire, which is often no longer than 20 minutes.', |
459 stg_setversion_title: 'Set Enano version and log upgrade', |
459 stg_setversion_title: 'Set Enano version and log upgrade', |
460 stg_setversion_body: 'There was a problem finalizing the upgrade and inserting logs. You really shouldn\'t ever see this message, but calling setConfig(\'enano_version\', installer_enano_version()) should get you rolling again since everything else is probably done by now.', |
460 stg_setversion_body: 'There was a problem finalizing the upgrade and inserting logs. You really shouldn\'t ever see this message, but calling setConfig(\'enano_version\', installer_enano_version()) should get you rolling again since everything else is probably done by now.', |
461 }, |
461 }, |
462 cli: { |
462 cli: { |
463 welcome_line1: '<c 1>Welcome to the <c 34>Enano</c></c> CMS<c 1> installation wizard.</c>\n', |
463 welcome_line1: '<c 1>Welcome to the <c 34>Enano</c></c> CMS<c 1> installation wizard.</c>\n', |
464 welcome_line2: 'Installing Enano version <c 1>%enano_version%</c> on PHP <c 1>%php_version%</c>\n', |
464 welcome_line2: 'Installing Enano version <c 1>%enano_version%</c> on PHP <c 1>%php_version%</c>\n', |
465 |
465 |
466 prompt_driver: 'Database type (mysql or postgresql)', |
466 prompt_driver: 'Database type (mysql or postgresql)', |
467 prompt_dbhost: 'Hostname of database server', |
467 prompt_dbhost: 'Hostname of database server', |
468 prompt_dbport: 'Database server port', |
468 prompt_dbport: 'Database server port', |
469 prompt_dbuser: 'Database username', |
469 prompt_dbuser: 'Database username', |
470 prompt_dbpasswd: 'Database password', |
470 prompt_dbpasswd: 'Database password', |
471 prompt_dbname: 'Database name', |
471 prompt_dbname: 'Database name', |
472 prompt_tblpfx: 'Table prefix', |
472 prompt_tblpfx: 'Table prefix', |
473 prompt_user: 'Enano administrator username', |
473 prompt_user: 'Enano administrator username', |
474 prompt_pass: 'Enano administrator password', |
474 prompt_pass: 'Enano administrator password', |
475 prompt_email: 'Contact e-mail', |
475 prompt_email: 'Contact e-mail', |
476 prompt_sitename: 'Site name', |
476 prompt_sitename: 'Site name', |
477 prompt_sitedesc: 'Site description', |
477 prompt_sitedesc: 'Site description', |
478 prompt_copyright: 'Copyright notice', |
478 prompt_copyright: 'Copyright notice', |
479 prompt_urlscheme: 'URL scheme (standard, short, rewrite, or tiny)', |
479 prompt_urlscheme: 'URL scheme (standard, short, rewrite, or tiny)', |
480 prompt_scriptpath: 'Now we need the path to Enano, relative to your website\'s document root,\nwithout a trailing slash. This should be based on the URL your site will\nuse. For example, if your site is http://yoursite.com/enano/, use the value\n"/enano" here. Leave this blank if Enano is in your document root, e.g.\nhttp://yoursite.com/index.php?title=Enano_page.\nSite URL', |
480 prompt_scriptpath: 'Now we need the path to Enano, relative to your website\'s document root,\nwithout a trailing slash. This should be based on the URL your site will\nuse. For example, if your site is http://yoursite.com/enano/, use the value\n"/enano" here. Leave this blank if Enano is in your document root, e.g.\nhttp://yoursite.com/index.php?title=Enano_page.\nSite URL', |
481 prompt_confirm: 'Enter again to confirm', |
481 prompt_confirm: 'Enter again to confirm', |
482 msg_echo_warning: '(WARNING, will be echoed)', |
482 msg_echo_warning: '(WARNING, will be echoed)', |
483 |
483 |
484 default_site_name: 'Enano site', |
484 default_site_name: 'Enano site', |
485 default_site_desc: 'My first Enano site', |
485 default_site_desc: 'My first Enano site', |
486 default_copyright: '© %year%', |
486 default_copyright: '© %year%', |
487 |
487 |
488 msg_testing_db: 'Testing database connectivity...', |
488 msg_testing_db: 'Testing database connectivity...', |
489 |
489 |
490 stage_sysreqs: '<c 34;1>Checking system.</c>\n', |
490 stage_sysreqs: '<c 34;1>Checking system.</c>\n', |
491 test_pass: '<c 1;32>PASS</c>', |
491 test_pass: '<c 1;32>PASS</c>', |
492 test_vwarn: '<c 1;33>WARNING</c>', |
492 test_vwarn: '<c 1;33>WARNING</c>', |
493 test_warn: '<c 0;31>FAIL</c><c 1> (optional)</c>', |
493 test_warn: '<c 0;31>FAIL</c><c 1> (optional)</c>', |
494 test_fail: '<c 1;31>FAIL</c>', |
494 test_fail: '<c 1;31>FAIL</c>', |
495 |
495 |
496 msg_test_warnings: '<c 1;33>The following warnings were generated during the check:</c>', |
496 msg_test_warnings: '<c 1;33>The following warnings were generated during the check:</c>', |
497 msg_tests_passed: '<c 32><c 1>All tests passed.</c> Installing Enano.</c>\n', |
497 msg_tests_passed: '<c 32><c 1>All tests passed.</c> Installing Enano.</c>\n', |
498 msg_installing_db_stage1: '<c 1>Installing database, stage 1...</c>', |
498 msg_installing_db_stage1: '<c 1>Installing database, stage 1...</c>', |
499 msg_parsing_schema: '<c 1>Preparing installation payload...</c>', |
499 msg_parsing_schema: '<c 1>Preparing installation payload...</c>', |
500 msg_installing_db_stage2: '<c 1>Installing database, stage 2...</c>', |
500 msg_installing_db_stage2: '<c 1>Installing database, stage 2...</c>', |
501 msg_writing_config: '<c 1>Generating config file...</c>', |
501 msg_writing_config: '<c 1>Generating config file...</c>', |
502 msg_starting_api: '<c 1>Starting up the Enano API...</c>', |
502 msg_starting_api: '<c 1>Starting up the Enano API...</c>', |
503 msg_importing_language: '<c 1>Importing default language...</c>', |
503 msg_importing_language: '<c 1>Importing default language...</c>', |
504 msg_importing_content: '<c 1>Installing default content...</c>', |
504 msg_importing_content: '<c 1>Installing default content...</c>', |
505 msg_initting_logs: '<c 1>Initializing logs...</c>', |
505 msg_initting_logs: '<c 1>Initializing logs...</c>', |
506 msg_cleaning_up: '<c 1>Removing temporary data...</c>', |
506 msg_cleaning_up: '<c 1>Removing temporary data...</c>', |
507 msg_initting_index: '<c 1>Initializing search index...</c>', |
507 msg_initting_index: '<c 1>Initializing search index...</c>', |
508 msg_renaming_config: '<c 1>Renaming config file...</c>', |
508 msg_renaming_config: '<c 1>Renaming config file...</c>', |
509 |
509 |
510 msg_ok: '<c 1;32>OK</c>', |
510 msg_ok: '<c 1;32>OK</c>', |
511 msg_install_success: '<c 1;32>Congratulations!</c> <c 1>Enano was successfully installed.</c>\n<c 34>Now, navigate your browser to your Enano installation to make sure everything\nworks right. If you encounter problems, contact the Enano Team for support at\nhttp://forum.enanocms.org or in #enano on irc.freenode.net.</c> <c 34;1>Be sure to\nmention that you used the CLI installer.</c>\n', |
511 msg_install_success: '<c 1;32>Congratulations!</c> <c 1>Enano was successfully installed.</c>\n<c 34>Now, navigate your browser to your Enano installation to make sure everything\nworks right. If you encounter problems, contact the Enano Team for support at\nhttp://forum.enanocms.org or in #enano on irc.freenode.net.</c> <c 34;1>Be sure to\nmention that you used the CLI installer.</c>\n', |
512 |
512 |
513 err_pass_no_match: ' <c 1>Passwords do not match.</c>\n', |
513 err_pass_no_match: ' <c 1>Passwords do not match.</c>\n', |
514 err_db_connect_fail: 'Could not connect to the database', |
514 err_db_connect_fail: 'Could not connect to the database', |
515 err_sysreqs_fail: 'One or more system requirement checks has failed.', |
515 err_sysreqs_fail: 'One or more system requirement checks has failed.', |
516 err_no_drivers: 'Support for at least one database driver is required.', |
516 err_no_drivers: 'Support for at least one database driver is required.', |
517 err_schema_load: 'Could not load the database schema file.', |
517 err_schema_load: 'Could not load the database schema file.', |
518 err_db_query: 'A database error occurred; see the message above for details.', |
518 err_db_query: 'A database error occurred; see the message above for details.', |
519 err_query_sanity_failed: 'The sanity check on a database query failed.', |
519 err_query_sanity_failed: 'The sanity check on a database query failed.', |
520 err_writing_config: 'Could not write the configuration file.', |
520 err_writing_config: 'Could not write the configuration file.', |
521 err_importing_language: 'Could not import the default language.', |
521 err_importing_language: 'Could not import the default language.', |
522 err_initting_logs: 'Could not initialize Enano\'s logs.', |
522 err_initting_logs: 'Could not initialize Enano\'s logs.', |
523 err_cleaning_up: 'Could not clean up the temporary data.', |
523 err_cleaning_up: 'Could not clean up the temporary data.', |
524 err_initting_index: 'Could not initialize the search index.', |
524 err_initting_index: 'Could not initialize the search index.', |
525 err_renaming_config: 'Could not rename config.new.php to config.php; please do this manually.', |
525 err_renaming_config: 'Could not rename config.new.php to config.php; please do this manually.', |
526 } |
526 } |
527 } |
527 } |
528 } |
528 } |