From 6672dcc36f973a8c597e44f7166037e7d54e70b1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 26 Jun 2017 11:07:18 +0200 Subject: [PATCH] DE translations --- view/lang/de/messages.po | 6 +++--- view/lang/de/strings.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/view/lang/de/messages.po b/view/lang/de/messages.po index dd57915e5e..96fb158137 100644 --- a/view/lang/de/messages.po +++ b/view/lang/de/messages.po @@ -37,7 +37,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-06-09 16:42+0700\n" -"PO-Revision-Date: 2017-06-18 04:37+0000\n" +"PO-Revision-Date: 2017-06-20 07:43+0000\n" "Last-Translator: Andy H3 \n" "Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n" "MIME-Version: 1.0\n" @@ -48,7 +48,7 @@ msgstr "" #: include/contact_selectors.php:32 msgid "Unknown | Not categorised" -msgstr "Unbekannt | Nicht kategorisiert" +msgstr "Unbekannt | Nicht kategorisiertomatu" #: include/contact_selectors.php:33 msgid "Block immediately" @@ -8456,7 +8456,7 @@ msgstr "Öffentliches Forum" #: mod/settings.php:1145 msgid "Automatically approves all contact requests." -msgstr "Akzeptiert automatisch alle Kontaktanfragen." +msgstr "Bestätigt alle Kontaktanfragen automatisch." #: mod/settings.php:1148 msgid "Automatic Friend Page" diff --git a/view/lang/de/strings.php b/view/lang/de/strings.php index eef03ce72a..65e2ec1ddb 100644 --- a/view/lang/de/strings.php +++ b/view/lang/de/strings.php @@ -5,7 +5,7 @@ function string_plural_select_de($n){ return ($n != 1);; }} ; -$a->strings["Unknown | Not categorised"] = "Unbekannt | Nicht kategorisiert"; +$a->strings["Unknown | Not categorised"] = "Unbekannt | Nicht kategorisiertomatu"; $a->strings["Block immediately"] = "Sofort blockieren"; $a->strings["Shady, spammer, self-marketer"] = "Zwielichtig, Spammer, Selbstdarsteller"; $a->strings["Known to me, but no opinion"] = "Ist mir bekannt, hab aber keine Meinung"; @@ -1931,7 +1931,7 @@ $a->strings["Account for a regular personal profile that requires manual approva $a->strings["Soapbox Page"] = "Marktschreier-Konto"; $a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Konto für ein öffentliches Profil, das Kontaktanfragen automatisch als \"Follower\" annimmt."; $a->strings["Public Forum"] = "Öffentliches Forum"; -$a->strings["Automatically approves all contact requests."] = "Akzeptiert automatisch alle Kontaktanfragen."; +$a->strings["Automatically approves all contact requests."] = "Bestätigt alle Kontaktanfragen automatisch."; $a->strings["Automatic Friend Page"] = "Automatische Freunde Seite"; $a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Konto für ein gefragtes Profil, das Kontaktanfragen automatisch als \"Friend\" annimmt."; $a->strings["Private Forum [Experimental]"] = "Privates Forum [Versuchsstadium]";