changeset 568 | 3700f7124c2b |
parent 391 | 85f91037cd4f |
child 626 | be0e904eec17 |
567:7f196509bf78 | 568:3700f7124c2b |
---|---|
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', |
18 'meta', 'language', 'welcome', 'license', 'sysreqs', 'database', 'dbmysql', 'dbpgsql', 'website', 'login', 'confirm', 'install', 'finish', 'pophelp', 'upgrade' |
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.', |
358 Debian, Red Hat Enterprise Linux™, Fedora, openSUSE™, or CentOS) come with mod_rewrite enabled, so if you run a |
358 Debian, Red Hat Enterprise Linux™, Fedora, openSUSE™, or CentOS) come with mod_rewrite enabled, so if you run a |
359 home-brew server, you should consult your distribution\'s documentation for enabling mod_rewrite before selecting this option. |
359 home-brew server, you should consult your distribution\'s documentation for enabling mod_rewrite before selecting this option. |
360 With this scheme, URLs at your site will look like <tt>http://yoursite.com/path-to-enano/Main_Page</tt>.</p> |
360 With this scheme, URLs at your site will look like <tt>http://yoursite.com/path-to-enano/Main_Page</tt>.</p> |
361 </p>', |
361 </p>', |
362 btn_close_window: 'Close window', |
362 btn_close_window: 'Close window', |
363 }, |
|
364 upgrade: { |
|
365 login_msg_auth_needed_title: 'Authentication needed', |
|
366 login_msg_auth_needed_body_level1: 'To continue, you need to log in. Please enter an administrator username and password below.', |
|
367 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.', |
|
368 login_btn_login: 'Log in', |
|
369 login_err_failed: 'The following error occurred during the login process: %error_code%.', |
|
370 |
|
371 confirm_title: 'Confirm upgrade', |
|
372 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:', |
|
373 confirm_objective_backup_fs: 'Back up Enano installation directory (<b>%dir%</b>)', |
|
374 confirm_objective_backup_db: 'Back up Enano database, including non-Enano tables if any (<b>%dbname%</b>)', |
|
375 confirm_btn_upgrade: 'Pimp my Enano!', |
|
363 } |
376 } |
364 } |
377 } |
365 } |
378 } |