diff options
author | patdenice <patdenice@piwigo.org> | 2010-03-21 13:31:20 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-03-21 13:31:20 +0000 |
commit | 8db5b549d1bd5de7af366611698ee129da09762f (patch) | |
tree | bc09666f3f80dc4cf191177269dd0e82c1c5a90b /language/de_DE/admin.lang.php | |
parent | 545b10474cba8b2e9fb0552b50cbf84ccea40052 (diff) |
feature 1522: Move config_local.inc.php to local/config/config.inc.php
git-svn-id: http://piwigo.org/svn/trunk@5215 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/de_DE/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/de_DE/admin.lang.php b/language/de_DE/admin.lang.php index f44e0d7ad..bf1798b94 100644 --- a/language/de_DE/admin.lang.php +++ b/language/de_DE/admin.lang.php @@ -535,7 +535,7 @@ $lang['Go to %s or %s for more informations'] = "Gehen Sie %s oder %s für weite $lang['the forum'] = "das Forum"; $lang['the wiki'] = "das wiki"; $lang['%s value is not correct file because exif are not supported'] = "Der Wert %s ist nicht korrekt weil EXIF nicht unterstützt wird"; -$lang['%s must be to set to false in your config_local.inc.php file'] = "%s muss auf \"false\" in Ihrer Datei config_local.inc.php"; +$lang['%s must be to set to false in your local/config/config.inc.php file'] = "%s muss auf \"false\" in Ihrer Datei local/config/config.inc.php"; $lang['Main "guest" user does not exist'] = "Der Benutzer \"Gast\" Haupt nicht mehr"; $lang['Main "guest" user status is incorrect'] = "Der Status der Benutzer \"Gast\" ist falsch"; $lang['Default user does not exist'] = "Der Benutzer standardmäßig nicht mehr"; |