language/english/install.json
changeset 1233 202b25e2d0e6
parent 1227 bdac73ed481e
child 1236 f76cf260e9fa
equal deleted inserted replaced
1232:83fd4ed90cc6 1233:202b25e2d0e6
   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 extension 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