From 85c1c1b1ea1cdbb6c6903e0cec11d86a79f750ad Mon Sep 17 00:00:00 2001 From: nikrou Date: Sun, 21 Mar 2010 12:32:49 +0000 Subject: Feature 1522 : move database config file to local directory (include/config_database.inc.php becomes local/config/database.inc.php) git-svn-id: http://piwigo.org/svn/trunk@5213 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/de_DE/install.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'language/de_DE/install.lang.php') diff --git a/language/de_DE/install.lang.php b/language/de_DE/install.lang.php index 144c52543..c68703c98 100644 --- a/language/de_DE/install.lang.php +++ b/language/de_DE/install.lang.php @@ -37,7 +37,7 @@ $lang['Connection to server succeed, but it was impossible to connect to databas $lang['Can\'t connect to server'] = "Es konnte keine Verbindung zum Datenbankserver aufgebaut werden"; $lang['The next step of the installation is now possible'] = "Der nächste Schritt der Installation ist nun möglich"; $lang['next step'] = "nächster Schritt"; -$lang['Copy the text in pink between hyphens and paste it into the file "include/config_database.inc.php"(Warning : config_database.inc.php must only contain what is in pink, no line return or space character)'] = "Kopieren Sie den rosa Text ohne die Bindestriche und fügen Sie ihn in die Datei \"include / config_database.inc.php\" auf dem Webserver ein (Warnung: die Datei \"config_database.inc.php\" darf nur die rosa Zeichen enthalten, nicht mehr und nicht weniger)"; +$lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = "Kopieren Sie den rosa Text ohne die Bindestriche und fügen Sie ihn in die Datei \"local/config/database.inc.php\" auf dem Webserver ein (Warnung: die Datei \"database.inc.php\" darf nur die rosa Zeichen enthalten, nicht mehr und nicht weniger)"; $lang['Database type'] = "Database type"; $lang['The type of database your piwigo data will be store in'] = "The type of database your piwigo data will be store in"; $lang['Host'] = "Host"; -- cgit v1.2.3