194 website: { |
207 website: { |
195 modetitle: 'Site info', |
208 modetitle: 'Site info', |
196 modetitle_long: 'Website information', |
209 modetitle_long: 'Website information', |
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.', |
210 header_blurb: 'The next step is to enter some information about your website. You can always change this information later, using the administration panel.', |
198 |
211 |
199 // Need l10n |
212 msg_ajax_test_fail_title: 'All tests failed', |
|
213 msg_ajax_test_fail_body: 'None of the URL handling tests worked; you may have problems using Enano on your server.', |
|
214 msg_bestmethod_rewrite: 'The installer has detected that using rewritten URLs is the best level that will work.', |
|
215 msg_bestmethod_shortened: 'The installer has detected that using shortened URLs is the best level that will work.', |
|
216 msg_bestmethod_standard: 'The installer has detected that using standard URLs is the only level that will work.', |
|
217 |
|
218 field_name: 'Pick a name', |
|
219 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.', |
|
220 field_desc: 'Enter a short description', |
|
221 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.', |
|
222 field_copyright: 'Copyright info', |
|
223 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.', |
|
224 field_urlscheme: 'URL formatting', |
|
225 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.', |
|
226 field_urlscheme_lbl_example: 'Example:', |
|
227 field_urlscheme_opt_standard: 'Standard URLs', |
|
228 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.', |
|
229 field_urlscheme_opt_shortened: 'Shortened URLs', |
|
230 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.', |
|
231 field_urlscheme_opt_rewrite: 'Rewritten URLs', |
|
232 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. If you\'re running Apache and have the right permissions, Enano can configure this automatically. Otherwise, you\'ll need to configure your server manually and have a knowledge of regular expressions for this option to work.', |
|
233 btn_urlscheme_detect: 'Auto-detect the best formatting scheme', |
200 |
234 |
201 objective_verify: 'Verify that your site information is correct. Again, all of the above settings can be changed from the administration panel.', |
235 objective_verify: 'Verify that your site information is correct. Again, all of the above settings can be changed from the administration panel.', |
202 }, |
236 }, |
203 login: { |
237 login: { |
204 modetitle: 'Admin login', |
238 modetitle: 'Admin login', |
205 header_blurb: 'Next, enter your desired username and password. The account you create here will be used to administer your site.', |
239 header_blurb: 'Next, enter your desired username and password. The account you create here will be used to administer your site.', |
206 modetitle_long: 'Administration login', |
240 modetitle_long: 'Administration login', |
207 |
241 |
208 // Need l10n |
242 welcome_title: 'Administration account', |
209 |
243 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> |
210 aes_blurb: 'If your browser supports Javascript, the password you enter here will be encrypted with AES before it is sent to the server.', |
244 <p>Do not forget the information you enter here. Otherwise you will be unable to administer your site.</p>', |
|
245 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.', |
|
246 err_rijndael_failed: 'Received a bad response from rijndaelEncrypt(). Shift-click "reload" or "refresh" (depending on your browser) and try again.', |
|
247 field_username: 'Username', |
|
248 field_password: 'Password', |
|
249 aes_blurb: 'This will be encrypted with AES before it\'s sent to the server.', |
|
250 field_password_confirm: '(confirm)', |
|
251 field_email: 'E-mail', |
211 |
252 |
212 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.', |
253 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.', |
213 }, |
254 }, |
214 confirm: { |
255 confirm: { |
215 modetitle: 'Review', |
256 modetitle: 'Review', |
216 modetitle_long: 'Confirm installation', |
257 modetitle_long: 'Confirm installation', |
217 |
258 |
218 header_blurb_title: 'Enano is ready to install.', |
259 title: 'Enano is ready to install.', |
219 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.', |
260 body: 'Almost there! You\'ve entered all the information we need for now. Click the button below to install the Enano database.', |
220 |
261 info_aes_title: 'A note on AES encryption:', |
221 lbl_db_host: 'Database hostname:', |
262 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.', |
222 lbl_db_name: 'Database name:', |
263 |
223 lbl_db_user: 'Database user:', |
|
224 lbl_db_pass: 'Database password: <hidden>', |
|
225 lbl_sitename: 'Site name:', |
|
226 lbl_sitedesc: 'Site description:', |
|
227 lbl_adminuser: 'Administration username:', |
|
228 lbl_aesbits: 'Cipher strength:', |
|
229 lbl_aes_strength: '%aes_bits%-bit AES', |
|
230 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.', |
|
231 |
|
232 objective_pray: 'Pray.', |
|
233 btn_install_enano: 'Install Enano!', |
264 btn_install_enano: 'Install Enano!', |
234 }, |
265 }, |
235 install: { |
266 install: { |
236 modetitle: 'Install', |
267 modetitle: 'Install', |
237 modetitle_long: 'Database installation', |
268 modetitle_long: 'Database installation', |
238 |
269 |
239 stg_connect_title: 'Connect to MySQL', |
270 title: 'Installing Enano', |
240 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>.', |
271 body: 'Please wait while Enano creates its database and initial content on your server.', |
241 stg_drop_title: 'Drop existing Enano tables', |
272 heading_progress: 'Installation progress', |
242 stg_decrypt_title: 'Decrypt administration password', |
273 |
243 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.', |
274 stg_load_title: 'Load installer files', |
244 stg_genkey_title: 'Generate %aes_bits%-bit AES private key', |
275 stg_load_body: 'One of the files needed for installation couldn\'t be loaded. Please check your Enano directory.', |
245 stg_genkey_body: 'Enano encountered an internal error while generating the site encryption key. Please contact the Enano team for support.', |
276 stg_setpass_title: 'Retrieve administrator password', |
246 stg_parse_title: 'Prepare to execute schema file', |
277 stg_setpass_body: 'The administrator password couldn\'t be decrypted. This really shouldn\'t happen.', |
247 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.', |
278 stg_genaes_title: 'Generate private key', |
248 stg_sql_title: 'Execute installer schema', |
279 stg_genaes_body: 'Couldn\'t generate a private key for the site. This really shouldn\'t happen.', |
249 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.', |
280 stg_sqlparse_title: 'Prepare database schema', |
|
281 stg_sqlparse_body: 'Couldn\'t load or parse the schema file. This really shouldn\'t happen.', |
|
282 stg_payload_title: 'Install database', |
|
283 stg_payload_body: 'There was a problem with an SQL query. Details are above.', |
250 stg_writeconfig_title: 'Write configuration files', |
284 stg_writeconfig_title: 'Write configuration files', |
251 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.', |
285 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.', |
|
286 |
|
287 stg_startapi_title: 'Start the Enano API', |
|
288 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.', |
|
289 stg_importlang_title: 'Import default language', |
|
290 stg_importlang_body: 'Enano couldn\'t import the English language file.', |
|
291 stg_initlogs_title: 'Initialize logs', |
|
292 stg_initlogs_body: '<b>The session manager denied the request to flush logs for the main page.</b><br /> |
|
293 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 |
|
294 properly set cookies due to limitations with PHP. These limitations are exposed primarily when this issue is encountered during installation. If you choose |
|
295 to finish the installation, please be aware that you may be unable to log into your site.', |
|
296 |
|
297 stg_cleanup_title: 'Clean up encryption keys', |
|
298 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.', |
252 stg_rename_title: 'Rename configuration files', |
299 stg_rename_title: 'Rename configuration files', |
253 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> |
300 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> |
254 <ul> |
301 <ul> |
255 <li>Rename config.new.php to config.php</li> |
302 <li>Rename config.new.php to config.php</li> |
256 <li>Rename .htaccess.new to .htaccess (only if you selected the Rewrite URL scheme)</li> |
303 <li>Rename .htaccess.new to .htaccess (only if you selected the Rewrite URL scheme)</li> |
257 </ul> |
304 </ul> |
258 %this.finish_body% |
305 %this.finish_body% |
259 %this.finish_link_mainpage%', |
306 %this.finish_link_mainpage%', |
260 stg_startapi_title: 'Start the Enano API', |
|
261 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.', |
|
262 stg_importlang_title: 'Import default language', |
|
263 stg_importlang_body: 'Enano couldn\'t import the English language file.', |
|
264 stg_buildindex_title: 'Initialize search index', |
307 stg_buildindex_title: 'Initialize search index', |
265 stg_buildindex_body: 'Something went wrong while the page manager was attempting to build a search index.', |
308 stg_buildindex_body: 'Something went wrong while the page manager was attempting to build a search index.', |
266 stg_initlogs_title: 'Initialize logs', |
|
267 stg_initlogs_body: '<b>The session manager denied the request to flush logs for the main page.</b><br /> |
|
268 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 |
|
269 properly set cookies due to limitations with PHP. These limitations are exposed primarily when this issue is encountered during installation. If you choose |
|
270 to finish the installation, please be aware that you may be unable to log into your site.', |
|
271 msg_complete_title: 'Installation of Enano is complete.', |
|
272 msg_complete_body: 'Review any warnings above, and then <a href="%finish_link%">click here to finish the installation</a>.', |
|
273 }, |
309 }, |
274 finish: { |
310 finish: { |
275 modetitle: 'Finish', |
311 modetitle: 'Finish', |
276 modetitle_long: 'Complete installation', |
312 modetitle_long: 'Complete installation', |
277 msg_congratulations: 'Congratulations!', |
313 |
|
314 heading_progress: 'Performing final installation steps', |
|
315 msg_progress: 'Enano is cleaning up and performing some final installation tasks. Please wait...', |
|
316 msg_success_title: 'Congratulations! You\'ve finished installing Enano.', |
|
317 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!', |
|
318 |
278 body: '<h3>Wait... Now what?</h3> |
319 body: '<h3>Wait... Now what?</h3> |
279 <p>Click the link below to see the main page for your website. Where to go from here:</p> |
320 <p>Click the link below to see the main page for your website. Where to go from here:</p> |
280 <ul> |
321 <ul> |
281 <li>The first thing you should do is log into your site using the Log in link on the sidebar.</li> |
322 <li>The first thing you should do is log into your site using the Log in link on the sidebar.</li> |
282 <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> |
323 <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> |