language/english/install.json
changeset 1241 99b749da5149
parent 1240 2b6cdff92b09
parent 1236 f76cf260e9fa
child 1259 49db7495f6b8
equal deleted inserted replaced
1240:2b6cdff92b09 1241:99b749da5149
   135 			
   135 			
   136 			driver_heading: 'Choose a database driver',
   136 			driver_heading: 'Choose a database driver',
   137 			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_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.',
   138 			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_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.',
   139 			driver_err_no_mysql: 'You don\'t have the MySQL PHP extension installed.',
   139 			driver_err_no_mysql: 'You don\'t have the MySQL PHP extension installed.',
   140 			driver_err_no_pgsql: 'You don\'t have the PostgreSQL PHP extensnion installed.',
   140 			driver_err_no_pgsql: 'You don\'t have the PostgreSQL PHP extension installed.',
   141 			driver_mysql: 'MySQL',
   141 			driver_mysql: 'MySQL',
   142 			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_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.',
   143 			driver_pgsql: 'PostgreSQL',
   143 			driver_pgsql: 'PostgreSQL',
   144 			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 			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.',
   145 			
   145 			
   404 														Enano generates. With this scheme, URLs at your site will look like <tt>http://yoursite.com/path-to-enano/index.php/Main_Page</tt>.
   404 														Enano generates. With this scheme, URLs at your site will look like <tt>http://yoursite.com/path-to-enano/index.php/Main_Page</tt>.
   405 														</p>
   405 														</p>
   406  												<p>The last option, Tiny URLs, is the most friendly URL scheme for search engines, because your URLs won\'t have any special characters
   406  												<p>The last option, Tiny URLs, is the most friendly URL scheme for search engines, because your URLs won\'t have any special characters
   407 														at all in them. However, this only works if your webhost has configured Apache with support for mod_rewrite. Most of the time if your
   407 														at all in them. However, this only works if your webhost has configured Apache with support for mod_rewrite. Most of the time if your
   408 														host supports this you will see a listing for it in their feature matrix. None of the popular Linux distributions (such as Ubuntu,
   408 														host supports this you will see a listing for it in their feature matrix. None of the popular Linux distributions (such as Ubuntu,
   409 														Debian, Red Hat Enterprise Linux&trade;, Fedora, openSUSE&trade;, or CentOS) come with mod_rewrite enabled, so if you run a
   409 														Debian&reg;, Red Hat&reg; Enterprise Linux&reg;, Fedora&trade;, openSUSE&trade;, or CentOS) come with mod_rewrite enabled, so if you run a
   410 														home-brew server, you should consult your distribution\'s documentation for enabling mod_rewrite before selecting this option.
   410 														home-brew server, you should consult your distribution\'s documentation for enabling mod_rewrite before selecting this option.
   411 														With this scheme, URLs at your site will look like <tt>http://yoursite.com/path-to-enano/Main_Page</tt>.</p>
   411 														With this scheme, URLs at your site will look like <tt>http://yoursite.com/path-to-enano/Main_Page</tt>.</p>
   412 														</p>',
   412 														</p>',
   413 			btn_close_window: 'Close window',
   413 			btn_close_window: 'Close window',
   414 		},
   414 		},