Added more friendly message and german translation of message. David Mörike

This commit is contained in:
Jan David Mörike 2014-04-26 10:15:34 +02:00
parent 3977907268
commit 5297669244
2 changed files with 10 additions and 0 deletions

View File

@ -7323,3 +7323,11 @@ msgstr "Kontakt löschen"
#, php-format
msgid "Cannot locate DNS info for database server '%s'"
msgstr "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln."
#: ../../mod/wall_attach.php:75
msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
msgstr "Leider könnte Dein Upload größer sein als die PHP-Konfiguration erlaubt."
#: ../../mod/wall_attach.php:75
msgid "Or - did you try to upload an empty file?"
msgstr "Oder - hast Du versucht, eine leere Datei hochzuladen?"

View File

@ -1690,3 +1690,5 @@ $a->strings["Ask me"] = "Frag mich";
$a->strings["stopped following"] = "wird nicht mehr gefolgt";
$a->strings["Drop Contact"] = "Kontakt löschen";
$a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln.";
$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Leider könnte Dein Upload größer sein als die PHP-Konfiguration erlaubt.";
$a->strings["Or - did you try to upload an empty file?"] = "Oder - hast Du versucht, eine leere Datei hochzuladen?";