aboutsummaryrefslogtreecommitdiffstats
path: root/language/de_DE/install.lang.php
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2009-12-02 20:27:06 +0000
committernikrou <nikrou@piwigo.org>2009-12-02 20:27:06 +0000
commitfdfaefd17a7b3c91d214a60a27524bb138df3552 (patch)
tree56b7379da093bf2b6fc948215f6091a0cd988433 /language/de_DE/install.lang.php
parentb8c33dcf2035f4cd5a67d918f1a5c490b128f9ae (diff)
Feature 1255 :
- add postgres database engine - change installation process to allow postgres or mysql database git-svn-id: http://piwigo.org/svn/trunk@4410 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/de_DE/install.lang.php')
-rw-r--r--language/de_DE/install.lang.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/language/de_DE/install.lang.php b/language/de_DE/install.lang.php
index d435d66a0..207440414 100644
--- a/language/de_DE/install.lang.php
+++ b/language/de_DE/install.lang.php
@@ -36,7 +36,9 @@ $lang['step1_confirmation'] = 'Die Parameter sind korrekt ausgefüllt';
$lang['step1_err_db'] = 'Die Verbindung zum Server ist OK, aber nicht die Verbindung zu dieser Datenbank';
$lang['step1_err_server'] = 'Es konnte keine Verbindung zum Datenbankserver aufgebaut werden';
-$lang['step1_host'] = 'MySQL Host';
+$lang['step1_dbengine'] = 'Database type';
+$lang['step1_dbengine_info'] = 'The type of database your piwigo data will be store in';
+$lang['step1_host'] = 'Host';
$lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
$lang['step1_user'] = 'Benutzer';
$lang['step1_user_info'] = 'Benutzernamen für die MySQL Datenbank';