]> git.mjollnir.org Git - moodle.git/commitdiff
Adding support for the new mssql_n driver
authorstronk7 <stronk7>
Thu, 19 Oct 2006 19:01:02 +0000 (19:01 +0000)
committerstronk7 <stronk7>
Thu, 19 Oct 2006 19:01:02 +0000 (19:01 +0000)
Two new strings added: mssql_n, databasesettingssub_mssql_n
One string modified: databasesettingssub_mssql

Merged from MOODLE_17_STABLE

lang/en_utf8/install.php

index 28b67c71021f6645edc24fa7f676830d3338e34f..d83c453a36f910f9764cc4aa2110dcb327001821 100644 (file)
@@ -80,7 +80,13 @@ $string['databasesettingssub_postgres7'] = '<b>Type:</b> PostgreSQL<br />
        <b>User:</b> your database username<br />
        <b>Password:</b> your database password<br />
        <b>Tables Prefix:</b> prefix to use for all table names (mandatory)';
-$string['databasesettingssub_mssql'] = '<b>Type:</b> SQL*Server<br />
+$string['databasesettingssub_mssql'] = '<b>Type:</b> SQL*Server (non UTF-8)<b><font color=\"red\">Experimenta! (not for use in production)</font></b><br />
+       <b>Host:</b> eg localhost or db.isp.com<br />
+       <b>Name:</b> database name, eg moodle<br />
+       <b>User:</b> your database username<br />
+       <b>Password:</b> your database password<br />
+       <b>Tables Prefix:</b> prefix to use for all table names (mandatory)';
+$string['databasesettingssub_mssql_n'] = '<b>Type:</b> SQL*Server (UTF-8 enabled)<br />
        <b>Host:</b> eg localhost or db.isp.com<br />
        <b>Name:</b> database name, eg moodle<br />
        <b>User:</b> your database username<br />
@@ -225,6 +231,7 @@ $string['memorylimithelp'] = '<p>The PHP memory limit for your server is current
     (you will see errors when you look at pages) so you\'ll have to remove the .htaccess file.</p></li>
 </ol>';
 $string['mssql'] = 'SQL*Server (mssql)';
+$string['mssql_n'] = 'SQL*Server with UTF-8 support (mssql_n)';
 $string['mssqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the MSSQL extension so that it can communicate with SQL*Server.  Please check your php.ini file or recompile PHP.';
 $string['mysql'] = 'MySQL (mysql)';
 $string['mysqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the MySQL extension so that it can communicate with MySQL.  Please check your php.ini file or recompile PHP.';