From 5f48d12d31e43bc5ec8b78b4214be37cd4dcfdba Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 2 Sep 2021 08:51:42 +0200 Subject: [PATCH] DE translation updates --- view/lang/de/messages.po | 31 +++++++++++++++---------------- view/lang/de/strings.php | 12 ++++++------ 2 files changed, 21 insertions(+), 22 deletions(-) diff --git a/view/lang/de/messages.po b/view/lang/de/messages.po index 05f9041619..a97bc9fde1 100644 --- a/view/lang/de/messages.po +++ b/view/lang/de/messages.po @@ -49,8 +49,8 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-01 14:01+0200\n" -"PO-Revision-Date: 2021-09-01 17:42+0000\n" +"POT-Creation-Date: 2021-09-01 18:36+0000\n" +"PO-Revision-Date: 2021-09-02 06:49+0000\n" "Last-Translator: Tobias Diekershoff \n" "Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n" "MIME-Version: 1.0\n" @@ -9379,14 +9379,12 @@ msgid "" msgstr "Das automatische Aktualisieren des Streams kann neue Beiträge am Anfang des Stream einfügen. Dies kann die angezeigte Position im Stream beeinflussen, wenn du gerade nicht den Anfang des Streams betrachtest." #: src/Module/Settings/Display.php:213 -msgid "Don't show emoticons" -msgstr "Keine Smileys anzeigen" +msgid "Display emoticons" +msgstr "Zeige Emoticons" #: src/Module/Settings/Display.php:213 -msgid "" -"Normally emoticons are replaced with matching symbols. This setting disables" -" this behaviour." -msgstr "Normalerweise werden Smileys / Emoticons durch die passenden Symbolen ersetzt. Mit dieser Einstellung wird dieses Verhalten verhindert." +msgid "When enabled, emoticons are replaced with matching symbols." +msgstr "Wenn dies aktiviert ist, werden Text-Emoticons in Beiträgen durch Symbole ersetzt." #: src/Module/Settings/Display.php:214 msgid "Infinite scroll" @@ -9397,20 +9395,21 @@ msgid "Automatic fetch new items when reaching the page end." msgstr "Automatisch neue Beiträge laden, wenn das Ende der Seite erreicht ist." #: src/Module/Settings/Display.php:215 -msgid "Disable Smart Threading" -msgstr "Intelligentes Threading deaktivieren" +msgid "Enable Smart Threading" +msgstr "Intelligentes Threading aktivieren" #: src/Module/Settings/Display.php:215 -msgid "Disable the automatic suppression of extraneous thread indentation." -msgstr "Schaltet das automatische Unterdrücken von überflüssigen Thread-Einrückungen aus." +msgid "Enable the automatic suppression of extraneous thread indentation." +msgstr "Schaltet das automatische Unterdrücken von überflüssigen Thread-Einrückungen ein." #: src/Module/Settings/Display.php:216 -msgid "Hide the Dislike feature" -msgstr "Das \"Nicht mögen\" Feature verbergen" +msgid "Display the Dislike feature" +msgstr "Das \"Nicht-mögen\" Feature anzeigen" #: src/Module/Settings/Display.php:216 -msgid "Hides the Dislike button and dislike reactions on posts and comments." -msgstr "Verbirgt den \"Ich mag das nicht\" Button und die dislike Reaktionen auf Beiträge und Kommentare." +msgid "" +"Display the Dislike button and dislike reactions on posts and comments." +msgstr "Einen \"Ich mag das nicht\" Button und die dislike Reaktion auf Beiträge und Kommentare anzeigen." #: src/Module/Settings/Display.php:217 msgid "Display the resharer" diff --git a/view/lang/de/strings.php b/view/lang/de/strings.php index d23667c74f..37a9c7b116 100644 --- a/view/lang/de/strings.php +++ b/view/lang/de/strings.php @@ -2080,14 +2080,14 @@ $a->strings["Update browser every xx seconds"] = "Browser alle xx Sekunden aktua $a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum sind 10 Sekunden. Gib -1 ein, um abzuschalten."; $a->strings["Automatic updates only at the top of the post stream pages"] = "Automatische Updates nur, wenn du oben auf den Beitragsstream-Seiten bist."; $a->strings["Auto update may add new posts at the top of the post stream pages, which can affect the scroll position and perturb normal reading if it happens anywhere else the top of the page."] = "Das automatische Aktualisieren des Streams kann neue Beiträge am Anfang des Stream einfügen. Dies kann die angezeigte Position im Stream beeinflussen, wenn du gerade nicht den Anfang des Streams betrachtest."; -$a->strings["Don't show emoticons"] = "Keine Smileys anzeigen"; -$a->strings["Normally emoticons are replaced with matching symbols. This setting disables this behaviour."] = "Normalerweise werden Smileys / Emoticons durch die passenden Symbolen ersetzt. Mit dieser Einstellung wird dieses Verhalten verhindert."; +$a->strings["Display emoticons"] = "Zeige Emoticons"; +$a->strings["When enabled, emoticons are replaced with matching symbols."] = "Wenn dies aktiviert ist, werden Text-Emoticons in Beiträgen durch Symbole ersetzt."; $a->strings["Infinite scroll"] = "Endloses Scrollen"; $a->strings["Automatic fetch new items when reaching the page end."] = "Automatisch neue Beiträge laden, wenn das Ende der Seite erreicht ist."; -$a->strings["Disable Smart Threading"] = "Intelligentes Threading deaktivieren"; -$a->strings["Disable the automatic suppression of extraneous thread indentation."] = "Schaltet das automatische Unterdrücken von überflüssigen Thread-Einrückungen aus."; -$a->strings["Hide the Dislike feature"] = "Das \"Nicht mögen\" Feature verbergen"; -$a->strings["Hides the Dislike button and dislike reactions on posts and comments."] = "Verbirgt den \"Ich mag das nicht\" Button und die dislike Reaktionen auf Beiträge und Kommentare."; +$a->strings["Enable Smart Threading"] = "Intelligentes Threading aktivieren"; +$a->strings["Enable the automatic suppression of extraneous thread indentation."] = "Schaltet das automatische Unterdrücken von überflüssigen Thread-Einrückungen ein."; +$a->strings["Display the Dislike feature"] = "Das \"Nicht-mögen\" Feature anzeigen"; +$a->strings["Display the Dislike button and dislike reactions on posts and comments."] = "Einen \"Ich mag das nicht\" Button und die dislike Reaktion auf Beiträge und Kommentare anzeigen."; $a->strings["Display the resharer"] = "Teilenden anzeigen"; $a->strings["Display the first resharer as icon and text on a reshared item."] = "Zeige das Profilbild des ersten Kontakts von dem ein Beitrag geteilt wurde."; $a->strings["Stay local"] = "Bleib lokal";