rev update and de string fix

This commit is contained in:
friendica 2013-11-03 00:38:11 -07:00
parent 1554b7a56a
commit 8a75e92020
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2013-11-02.485
2013-11-03.486

View File

@ -7,7 +7,7 @@ function string_plural_select_de($n){
$a->strings["Visible to everybody"] = "Für jeden sichtbar";
$a->strings["show"] = "zeigen";
$a->strings["don't show"] = "Verbergen";
$a->strings[" and "] = "und";
$a->strings[" and "] = " und ";
$a->strings["public profile"] = "öffentliches Profil";
$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s hat %2\$s auf “%3\$s” geändert";
$a->strings["Visit %1\$s's %2\$s"] = "Besuche %1\$s's %2\$s";