diff options
author | nikrou <nikrou@piwigo.org> | 2010-04-10 19:45:53 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-04-10 19:45:53 +0000 |
commit | 3d20e56ada54a50b2c85dff71c5ee8f6e9a81a46 (patch) | |
tree | b3ddf33902d61df4641da424fa6252865bdc12d5 /language/de_DE/install.lang.php | |
parent | 92f34d4273743cca7206bed6ecb73f0fa131f48c (diff) |
Fix some translation keys (unused, misspelling, or forgotten)
git-svn-id: http://piwigo.org/svn/trunk@5780 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/de_DE/install.lang.php')
-rw-r--r-- | language/de_DE/install.lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/language/de_DE/install.lang.php b/language/de_DE/install.lang.php index 3ff73469f..01070208f 100644 --- a/language/de_DE/install.lang.php +++ b/language/de_DE/install.lang.php @@ -52,7 +52,6 @@ $lang['Webmaster password'] = 'Passwort'; $lang['Keep it confidential, it enables you to access administration panel'] = 'Administratorpasswort'; $lang['Password [confirm]'] = 'Passwort [Bestätigung]'; $lang['verification'] = 'Wiederholen Sie das eingegebene Passwort'; -$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 "include / mysql.inc.php" auf dem Webserver ein (Warnung: die Datei "mysql.inc.php" darf nur die rosa Zeichen enthalten, nicht mehr und nicht weniger)'; $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Brauchen Sie Hilfe? Stellen Sie Ihre Frage auf der <a href="%s"> Forum Piwigo </ a>.'; $lang['Webmaster mail address'] = 'Webmaster Mail-Adresse'; $lang['Visitors will be able to contact site administrator with this mail'] = 'Kontakt E-Mailadresse (nur für angemeldete Benutzer sichtbar)'; |