Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16168/lang
Modified Files:
serendipity_lang_cs.inc.php serendipity_lang_cz.inc.php
serendipity_lang_da.inc.php serendipity_lang_de.inc.php
serendipity_lang_en.inc.php serendipity_lang_es.inc.php
serendipity_lang_fr.inc.php
Log Message:
Add support for MySQLi
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- serendipity_lang_cs.inc.php 14 Jun 2004 18:16:30 -0000 1.20
+++ serendipity_lang_cs.inc.php 16 Jun 2004 18:28:59 -0000 1.21
@@ -404,7 +404,7 @@
@define('INSTALL_CAT_DB', 'Databáze');
@define('INSTALL_CAT_DB_DESC', 'Sem vlote vech informace o databázi. Serendipity je potøebuje k funkci.');
@define('INSTALL_DBTYPE', 'Database type');
-@define('INSTALL_DBTYPE_DESC', 'Typ databáze (mysql|postgres)');
+@define('INSTALL_DBTYPE_DESC', 'Typ databáze');
@define('INSTALL_DBHOST', 'Database host');
@define('INSTALL_DBHOST_DESC', 'Název hostujího serveru');
@define('INSTALL_DBUSER', 'Database user');
Index: serendipity_lang_da.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_da.inc.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- serendipity_lang_da.inc.php 14 Jun 2004 18:16:30 -0000 1.37
+++ serendipity_lang_da.inc.php 16 Jun 2004 18:28:59 -0000 1.38
@@ -379,7 +379,7 @@
@define('INSTALL_CAT_DB', 'Database settings');
@define('INSTALL_CAT_DB_DESC', 'Here you can enter all your database information. Serendipity needs this to be able to function');
@define('INSTALL_DBTYPE', 'Database type');
-@define('INSTALL_DBTYPE_DESC', 'Database type (Supported are: mysql|postgres)');
+@define('INSTALL_DBTYPE_DESC', 'Database type');
@define('INSTALL_DBHOST', 'Database host');
@define('INSTALL_DBHOST_DESC', 'The hostname for your database');
@define('INSTALL_DBUSER', 'Database user');
Index: serendipity_lang_fr.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_fr.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- serendipity_lang_fr.inc.php 14 Jun 2004 18:16:30 -0000 1.16
+++ serendipity_lang_fr.inc.php 16 Jun 2004 18:28:59 -0000 1.17
@@ -363,7 +363,7 @@
@define('INSTALL_CAT_DB', 'Database settings');
@define('INSTALL_CAT_DB_DESC', 'Here you can enter all your database information. Serendipity needs this to be able to function');
@define('INSTALL_DBTYPE', 'Database type');
-@define('INSTALL_DBTYPE_DESC', 'Database type (Supported are: mysql|postgres)');
+@define('INSTALL_DBTYPE_DESC', 'Database type');
@define('INSTALL_DBHOST', 'Database host');
@define('INSTALL_DBHOST_DESC', 'The hostname for your database');
@define('INSTALL_DBUSER', 'Database user');
Index: serendipity_lang_cz.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cz.inc.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- serendipity_lang_cz.inc.php 14 Jun 2004 18:16:30 -0000 1.20
+++ serendipity_lang_cz.inc.php 16 Jun 2004 18:28:59 -0000 1.21
@@ -404,7 +404,7 @@
@define('INSTALL_CAT_DB', 'Databáze');
@define('INSTALL_CAT_DB_DESC', 'Sem vlo¾te v¹ech informace o databázi. Serendipity je potøebuje k funkci.');
@define('INSTALL_DBTYPE', 'Database type');
-@define('INSTALL_DBTYPE_DESC', 'Typ databáze (mysql|postgres)');
+@define('INSTALL_DBTYPE_DESC', 'Typ databáze');
@define('INSTALL_DBHOST', 'Database host');
@define('INSTALL_DBHOST_DESC', 'Název hostujího serveru');
@define('INSTALL_DBUSER', 'Database user');
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_en.inc.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- serendipity_lang_en.inc.php 16 Jun 2004 16:41:50 -0000 1.38
+++ serendipity_lang_en.inc.php 16 Jun 2004 18:28:59 -0000 1.39
@@ -399,7 +399,7 @@
@define('INSTALL_CAT_DB', 'Database settings');
@define('INSTALL_CAT_DB_DESC', 'Here you can enter all your database information. Serendipity needs this to be able to function');
@define('INSTALL_DBTYPE', 'Database type');
-@define('INSTALL_DBTYPE_DESC', 'Database type (Supported are: mysql|postgres)');
+@define('INSTALL_DBTYPE_DESC', 'Database type');
@define('INSTALL_DBHOST', 'Database host');
@define('INSTALL_DBHOST_DESC', 'The hostname for your database');
@define('INSTALL_DBUSER', 'Database user');
Index: serendipity_lang_es.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_es.inc.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- serendipity_lang_es.inc.php 14 Jun 2004 18:16:30 -0000 1.37
+++ serendipity_lang_es.inc.php 16 Jun 2004 18:28:59 -0000 1.38
@@ -388,7 +388,7 @@
@define('INSTALL_CAT_DB', 'Database settings');
@define('INSTALL_CAT_DB_DESC', 'Here you can enter all your database information. Serendipity needs this to be able to function');
@define('INSTALL_DBTYPE', 'Database type');
-@define('INSTALL_DBTYPE_DESC', 'Database type (Supported are: mysql|postgres)');
+@define('INSTALL_DBTYPE_DESC', 'Database type');
@define('INSTALL_DBHOST', 'Database host');
@define('INSTALL_DBHOST_DESC', 'The hostname for your database');
@define('INSTALL_DBUSER', 'Database user');
Index: serendipity_lang_de.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_de.inc.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- serendipity_lang_de.inc.php 16 Jun 2004 16:41:50 -0000 1.47
+++ serendipity_lang_de.inc.php 16 Jun 2004 18:28:59 -0000 1.48
@@ -398,7 +398,7 @@
@define('INSTALL_CAT_DB', 'Datenbankeinstellungen');
@define('INSTALL_CAT_DB_DESC', 'Konfigurieren Sie hier die Datenbank. Serendipity benötigt die Daten, um lauffähig zu sein.');
@define('INSTALL_DBTYPE', 'Datenbanktyp');
-@define('INSTALL_DBTYPE_DESC', 'Datenbanktyp (mysql|postgres)');
+@define('INSTALL_DBTYPE_DESC', 'Datenbanktyp');
@define('INSTALL_DBHOST', 'Datenbank Servername');
@define('INSTALL_DBHOST_DESC', 'Datenbank Servername');
@define('INSTALL_DBUSER', 'Datenbank Username');
|