From 0611093d4ecad7fdaa9b6dcfb601492807507acb Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 18 Feb 2018 10:14:55 +0100 Subject: [PATCH] update for DE translation --- view/lang/de/messages.po | 4 ++-- view/lang/de/strings.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/view/lang/de/messages.po b/view/lang/de/messages.po index 32ba296841..0b81ca81f7 100644 --- a/view/lang/de/messages.po +++ b/view/lang/de/messages.po @@ -38,7 +38,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-10 18:14+0100\n" -"PO-Revision-Date: 2018-02-12 07:37+0000\n" +"PO-Revision-Date: 2018-02-18 09:10+0000\n" "Last-Translator: Tobias Diekershoff \n" "Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n" "MIME-Version: 1.0\n" @@ -5697,7 +5697,7 @@ msgstr "%s und Du" #: mod/message.php:502 msgid "D, d M Y - g:i A" -msgstr "D, d. M Y - g:i A" +msgstr "D, d.. M Y - G:i" #: mod/message.php:505 #, php-format diff --git a/view/lang/de/strings.php b/view/lang/de/strings.php index 59bf7f3f57..4fc8d0ecd1 100644 --- a/view/lang/de/strings.php +++ b/view/lang/de/strings.php @@ -1266,7 +1266,7 @@ $a->strings["Send Reply"] = "Antwort senden"; $a->strings["Unknown sender - %s"] = "'Unbekannter Absender - %s"; $a->strings["You and %s"] = "Du und %s"; $a->strings["%s and You"] = "%s und Du"; -$a->strings["D, d M Y - g:i A"] = "D, d. M Y - g:i A"; +$a->strings["D, d M Y - g:i A"] = "D, d.. M Y - G:i"; $a->strings["%d message"] = [ 0 => "%d Nachricht", 1 => "%d Nachrichten",