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' |
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.', |
82 req_desc_php5: 'Your server does not have support for PHP 5.2.0. While you may continue installing Enano, please be warned that as of December 31, 2007, all support for Enano on PHP 4 servers is discontinued. If you have at least PHP 5.0.0, support will still be available, but there are many security problems in PHP versions under 5.2.0 that Enano cannot effectively prevent.', |
82 req_desc_php5: 'Your server does not have support for PHP 5.2.0. While you may continue installing Enano, please be warned that as of December 31, 2007, all support for Enano on PHP 4 servers is discontinued. If you have at least PHP 5.0.0, support will still be available, but there are many security problems in PHP versions under 5.2.0 that Enano cannot effectively prevent.', |
83 req_desc_postgres: 'It seems that your PHP installation does not have the PostgreSQL extension enabled. Because of this, you won\'t be able to use the PostgreSQL database driver. This is OK in the majority of cases. If you want to use PostgreSQL support, you\'ll need to either compile the PHP extension for Postgres or install the extension with your distribution\'s package manager. Windows administrators will need enable php_pgsql.dll in their php.ini.', |
83 req_desc_postgres: 'It seems that your PHP installation does not have the PostgreSQL extension enabled. Because of this, you won\'t be able to use the PostgreSQL database driver. This is OK in the majority of cases. If you want to use PostgreSQL support, you\'ll need to either compile the PHP extension for Postgres or install the extension with your distribution\'s package manager. Windows administrators will need enable php_pgsql.dll in their php.ini.', |
84 req_desc_mysql: 'It seems that your PHP installation does not have the MySQL extension enabled. If this is your own server, you may need to just enable the "libmysql.so" extension in php.ini. If you do not have the MySQL extension installed, you will need to either use your distribution\'s package manager to install it, or you will have to compile PHP from source. If you compile PHP from source, please remember to use the "--with-mysql" configure option, and you will have to have the MySQL development files installed (they usually are). If this is not your server, please contact your hosting company and ask them to install the PHP MySQL extension.', |
84 req_desc_mysql: 'It seems that your PHP installation does not have the MySQL extension enabled. If this is your own server, you may need to just enable the "libmysql.so" extension in php.ini. If you do not have the MySQL extension installed, you will need to either use your distribution\'s package manager to install it, or you will have to compile PHP from source. If you compile PHP from source, please remember to use the "--with-mysql" configure option, and you will have to have the MySQL development files installed (they usually are). If this is not your server, please contact your hosting company and ask them to install the PHP MySQL extension.', |
85 req_desc_uploads: 'It seems that your server does not support uploading files. Enano *requires* this functionality in order to work properly. Please ask your server administrator to set the "file_uploads" option in php.ini to "On".', |
85 req_desc_uploads: 'It seems that your server does not support uploading files. Enano *requires* this functionality in order to work properly. Please ask your server administrator to set the "file_uploads" option in php.ini to "On".', |
86 req_desc_apache: 'Apparently your server is running a web server other than Apache. Enano will work nontheless, but there are some known bugs with non-Apache servers, and the "fancy" URLs will not work properly. The "Standard URLs" option will be set on the website configuration page, only change it if you are absolutely certain that your server is running Apache.', |
86 req_desc_apache: 'Apparently your server is running a web server other than Apache. Enano will work nontheless, but there are some known bugs with non-Apache servers, and the "fancy" URLs will not work properly. The "Standard URLs" option will be set on the website configuration page, only change it if you are absolutely certain that your server is running Apache.', |
87 req_desc_config: 'It looks like the configuration file, config.new.php, is not writable. Enano needs to be able to write to this file in order to install.<br /><br /><b>If you are installing Enano on a SourceForge web site:</b><br />SourceForge mounts the web partitions read-only now, so you will need to use the project shell service to symlink config.php to a file in the /tmp/persistent directory.', |
87 req_desc_config: 'It looks like the configuration file, config.new.php, is not writable. Enano needs to be able to write to this file in order to install. <br /><br /><b>If you are installing Enano on a SourceForge web site:</b> <br />SourceForge mounts the web partitions read-only now, so you will need to use the project shell service to symlink config.php to a file in the /tmp/persistent directory.', |
88 req_desc_magick: 'Enano uses ImageMagick to scale images into thumbnails. Because ImageMagick was not found on your server, Enano will use the width= and height= attributes on the <img> tag to scale images. This can cause somewhat of a performance increase, but bandwidth usage will be higher, especially if you use high-resolution images on your site.<br /><br />If you are sure that you have ImageMagick, you can set the location of the "convert" program using the administration panel after installation is complete.', |
88 req_desc_magick: 'Enano uses ImageMagick to scale images into thumbnails. Because ImageMagick was not found on your server, Enano will use the width= and height= attributes on the <img> tag to scale images. This can cause somewhat of a performance increase, but bandwidth usage will be higher, especially if you use high-resolution images on your site.<br /><br />If you are sure that you have ImageMagick, you can set the location of the "convert" program using the administration panel after installation is complete.', |
89 req_desc_cachewriteable: 'Apparently the cache/ directory is not writable. Enano will still work, but you will not be able to cache thumbnails, meaning the server will need to re-render them each time they are requested. In some cases, this can cause a significant slowdown.', |
89 req_desc_cachewriteable: 'Apparently the cache/ directory is not writable. Enano will still work, but you will not be able to cache thumbnails, meaning the server will need to re-render them each time they are requested. In some cases, this can cause a significant slowdown.', |
90 req_desc_fileswriteable: 'It seems that the directory where uploaded files are stored (%enano_root%/files) cannot be written by the server. Enano will still function, but file uploads will not function, and will be disabled by default.', |
90 req_desc_fileswriteable: 'It seems that the directory where uploaded files are stored (%enano_root%/files) cannot be written by the server. Enano will still function, but file uploads will not function, and will be disabled by default.', |
91 req_desc_nodbdrivers: 'You need to have at least one database driver working to install Enano. See the warnings on MySQL and PostgreSQL above for more information on installing these database drivers.', |
91 req_desc_nodbdrivers: 'You need to have at least one database driver working to install Enano. See the warnings on MySQL and PostgreSQL above for more information on installing these database drivers.', |
92 |
92 |
397 |
397 |
398 stg_flushcache_title: 'Flush caches', |
398 stg_flushcache_title: 'Flush caches', |
399 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.', |
399 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.', |
400 stg_setversion_title: 'Set Enano version and log upgrade', |
400 stg_setversion_title: 'Set Enano version and log upgrade', |
401 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.', |
401 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.', |
|
402 }, |
|
403 cli: { |
|
404 welcome_line1: '<c 1>Welcome to the <c 34>Enano</c></c> CMS<c 1> installation wizard.</c>\n', |
|
405 welcome_line2: 'Installing Enano version <c 1>%enano_version%</c> on PHP <c 1>%php_version%</c>\n', |
|
406 |
|
407 prompt_dbdriver: 'Database type (mysql or postgresql)', |
|
408 prompt_dbhost: 'Hostname of database server', |
|
409 prompt_dbuser: 'Database username', |
|
410 prompt_dbpasswd: 'Database password', |
|
411 prompt_dbname: 'Database name', |
|
412 prompt_tblpfx: 'Table prefix', |
|
413 prompt_user: 'Enano administrator username', |
|
414 prompt_pass: 'Enano administrator password', |
|
415 prompt_email: 'Contact e-mail', |
|
416 prompt_sitename: 'Site name', |
|
417 prompt_sitedesc: 'Site description', |
|
418 prompt_copyright: 'Copyright notice', |
|
419 prompt_urlscheme: 'URL scheme (standard, short, or rewrite)', |
|
420 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', |
|
421 prompt_confirm: 'Enter again to confirm', |
|
422 msg_echo_warning: '(WARNING, will be echoed)', |
|
423 |
|
424 default_site_name: 'Enano site', |
|
425 default_site_desc: 'My first Enano site', |
|
426 default_copyright: '© %year%', |
|
427 |
|
428 msg_testing_db: 'Testing database connectivity...', |
|
429 |
|
430 stage_sysreqs: '<c 34;1>Checking system.</c>\n', |
|
431 test_pass: '<c 1;32>PASS</c>', |
|
432 test_warn: '<c 1;33>FAIL</c>', |
|
433 test_fail: '<c 1;31>FAIL</c>', |
|
434 |
|
435 msg_tests_passed: '<c 32><c 1>All tests passed.</c> Installing Enano.</c>\n', |
|
436 msg_installing_db_stage1: '<c 1>Installing database, stage 1...</c>', |
|
437 msg_parsing_schema: '<c 1>Preparing installation payload...</c>', |
|
438 msg_installing_db_stage2: '<c 1>Installing database, stage 2...</c>', |
|
439 msg_writing_config: '<c 1>Generating config file...</c>', |
|
440 msg_starting_api: '<c 1>Starting up the Enano API...</c>', |
|
441 msg_importing_language: '<c 1>Importing default language...</c>', |
|
442 msg_initting_logs: '<c 1>Initializing logs...</c>', |
|
443 msg_cleaning_up: '<c 1>Removing temporary data...</c>', |
|
444 msg_initting_index: '<c 1>Initializing search index...</c>', |
|
445 msg_renaming_config: '<c 1>Renaming config file...</c>', |
|
446 |
|
447 msg_ok: '<c 1;32>OK</c>', |
|
448 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', |
|
449 |
|
450 err_pass_no_match: ' <c 1>Passwords do not match.</c>\n', |
|
451 err_db_connect_fail: 'Could not connect to the database', |
|
452 err_sysreqs_fail: 'One or more system requirement checks has failed.', |
|
453 err_no_drivers: 'Support for at least one database driver is required.', |
|
454 err_schema_load: 'Could not load the database schema file.', |
|
455 err_db_query: 'A database error occurred; see the message above for details.', |
|
456 err_query_sanity_failed: 'The sanity check on a database query failed.', |
|
457 err_writing_config: 'Could not write the configuration file.', |
|
458 err_importing_language: 'Could not import the default language.', |
|
459 err_initting_logs: 'Could not initialize Enano\'s logs.', |
|
460 err_cleaning_up: 'Could not clean up the temporary data.', |
|
461 err_initting_index: 'Could not initialize the search index.', |
|
462 err_renaming_config: 'Could not rename config.new.php to config.php; please do this manually.', |
402 } |
463 } |
403 } |
464 } |
404 } |
465 } |