From 6d55d8538bcbc7d0cc90a42cbec6ff06a4a33688 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 19 Oct 2006 19:01:02 +0000 Subject: [PATCH] Adding support for the new mssql_n driver Two new strings added: mssql_n, databasesettingssub_mssql_n One string modified: databasesettingssub_mssql Merged from MOODLE_17_STABLE --- lang/en_utf8/install.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lang/en_utf8/install.php b/lang/en_utf8/install.php index 28b67c7102..d83c453a36 100644 --- a/lang/en_utf8/install.php +++ b/lang/en_utf8/install.php @@ -80,7 +80,13 @@ $string['databasesettingssub_postgres7'] = 'Type: PostgreSQL
User: your database username
Password: your database password
Tables Prefix: prefix to use for all table names (mandatory)'; -$string['databasesettingssub_mssql'] = 'Type: SQL*Server
+$string['databasesettingssub_mssql'] = 'Type: SQL*Server (non UTF-8)Experimenta! (not for use in production)
+ Host: eg localhost or db.isp.com
+ Name: database name, eg moodle
+ User: your database username
+ Password: your database password
+ Tables Prefix: prefix to use for all table names (mandatory)'; +$string['databasesettingssub_mssql_n'] = 'Type: SQL*Server (UTF-8 enabled)
Host: eg localhost or db.isp.com
Name: database name, eg moodle
User: your database username
@@ -225,6 +231,7 @@ $string['memorylimithelp'] = '

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.

'; $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.'; -- 2.39.5