language/english/install.json
changeset 857 f3a5a276208c
parent 852 e1ce6a91469b
child 858 bf60e27806e4
equal deleted inserted replaced
856:0b7ff06aad13 857:f3a5a276208c
    85       req_php: 'PHP version',
    85       req_php: 'PHP version',
    86       req_mysql: 'MySQL database support',
    86       req_mysql: 'MySQL database support',
    87       req_postgresql: 'PostgreSQL database support',
    87       req_postgresql: 'PostgreSQL database support',
    88       req_safemode: 'Safe Mode',
    88       req_safemode: 'Safe Mode',
    89       req_uploads: 'PHP file upload support',
    89       req_uploads: 'PHP file upload support',
       
    90       req_ctype: 'PHP ctype_* validation functions',
    90       req_config_writable: 'Configuration file: config.new.php',
    91       req_config_writable: 'Configuration file: config.new.php',
    91       req_htaccess_writable: 'Apache rewrite rules: .htaccess.new',
    92       req_htaccess_writable: 'Apache rewrite rules: .htaccess.new',
    92       req_files_writable: 'File storage directory: files/',
    93       req_files_writable: 'File storage directory: files/',
    93       req_cache_writable: 'Cache directory: cache/',
    94       req_cache_writable: 'Cache directory: cache/',
    94       req_gd2: 'GD2 library',
    95       req_gd2: 'GD2 library',
   180       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%',
   181       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%',
   181       
   182       
   182       table_title: 'Database information',
   183       table_title: 'Database information',
   183       
   184       
   184       field_hostname_title: 'Database hostname',
   185       field_hostname_title: 'Database hostname',
   185       field_hostname_body: 'This is the hostname (or sometimes the IP address) of your MySQL server. In many cases, this is "localhost".',
   186       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".',
       
   187       field_port_title: 'Database port',
       
   188       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',
   189       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.',
   190       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',
   191       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.',
   192       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',
   193       field_tableprefix_title: 'Table prefix',
   216       
   219       
   217       table_title: 'Database information',
   220       table_title: 'Database information',
   218       
   221       
   219       field_hostname_title: 'Database hostname',
   222       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".',
   223       field_hostname_body: 'This is the hostname (or sometimes the IP address) of your PostgreSQL server. In many cases, this is "localhost".',
       
   224       field_port_title: 'Database port',
       
   225       field_port_body: 'The TCP port Enano will use to connect to PostgreSQL. This is 5432 on the vast majority of servers.',
   221       field_dbname_title: 'Database name',
   226       field_dbname_title: 'Database name',
   222       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.',
   227       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.',
   223       field_dbauth_title: 'Database login',
   228       field_dbauth_title: 'Database login',
   224       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.',
   229       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.',
   225       field_tableprefix_title: 'Table prefix',
   230       field_tableprefix_title: 'Table prefix',
   436       welcome_line1: '<c 1>Welcome to the <c 34>Enano</c></c> CMS<c 1> installation wizard.</c>\n',
   441       welcome_line1: '<c 1>Welcome to the <c 34>Enano</c></c> CMS<c 1> installation wizard.</c>\n',
   437       welcome_line2: 'Installing Enano version <c 1>%enano_version%</c> on PHP <c 1>%php_version%</c>\n',
   442       welcome_line2: 'Installing Enano version <c 1>%enano_version%</c> on PHP <c 1>%php_version%</c>\n',
   438       
   443       
   439       prompt_dbdriver: 'Database type (mysql or postgresql)',
   444       prompt_dbdriver: 'Database type (mysql or postgresql)',
   440       prompt_dbhost: 'Hostname of database server',
   445       prompt_dbhost: 'Hostname of database server',
       
   446       prompt_dbport: 'Database server port',
   441       prompt_dbuser: 'Database username',
   447       prompt_dbuser: 'Database username',
   442       prompt_dbpasswd: 'Database password',
   448       prompt_dbpasswd: 'Database password',
   443       prompt_dbname: 'Database name',
   449       prompt_dbname: 'Database name',
   444       prompt_tblpfx: 'Table prefix',
   450       prompt_tblpfx: 'Table prefix',
   445       prompt_user: 'Enano administrator username',
   451       prompt_user: 'Enano administrator username',
   459       
   465       
   460       msg_testing_db: 'Testing database connectivity...',
   466       msg_testing_db: 'Testing database connectivity...',
   461       
   467       
   462       stage_sysreqs: '<c 34;1>Checking system.</c>\n',
   468       stage_sysreqs: '<c 34;1>Checking system.</c>\n',
   463       test_pass: '<c 1;32>PASS</c>',
   469       test_pass: '<c 1;32>PASS</c>',
   464       test_warn: '<c 1;33>FAIL</c>',
   470       test_vwarn: '<c 1;33>WARNING</c>',
       
   471       test_warn: '<c 0;31>FAIL</c><c 1> (optional)</c>',
   465       test_fail: '<c 1;31>FAIL</c>',
   472       test_fail: '<c 1;31>FAIL</c>',
   466       
   473       
       
   474       msg_test_warnings: '<c 1;33>The following warnings were generated during the check:</c>',
   467       msg_tests_passed: '<c 32><c 1>All tests passed.</c> Installing Enano.</c>\n',
   475       msg_tests_passed: '<c 32><c 1>All tests passed.</c> Installing Enano.</c>\n',
   468       msg_installing_db_stage1: '<c 1>Installing database, stage 1...</c>',
   476       msg_installing_db_stage1: '<c 1>Installing database, stage 1...</c>',
   469       msg_parsing_schema: '<c 1>Preparing installation payload...</c>',
   477       msg_parsing_schema: '<c 1>Preparing installation payload...</c>',
   470       msg_installing_db_stage2: '<c 1>Installing database, stage 2...</c>',
   478       msg_installing_db_stage2: '<c 1>Installing database, stage 2...</c>',
   471       msg_writing_config: '<c 1>Generating config file...</c>',
   479       msg_writing_config: '<c 1>Generating config file...</c>',