DE addon translation update

This commit is contained in:
Tobias Diekershoff 2022-01-22 18:52:57 +01:00
parent 484482a4ce
commit 1e60ac18cf
80 changed files with 972 additions and 996 deletions

View file

@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-02-06 17:00+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-12-22 15:27+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -22,25 +22,21 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: gnot.php:71
msgid "Gnot Settings"
msgstr "Gnot-Einstellungen"
#: gnot.php:72
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: gnot.php:73
msgid "Enable this addon?"
msgstr "Dieses Addon aktivieren?"
#: gnot.php:75
#: gnot.php:63
msgid ""
"Allows threading of email comment notifications on Gmail and anonymising the"
" subject line."
msgstr "Erlaubt das Veröffentlichen von E-Mail-Kommentar-Benachrichtigungen bei Gmail mit anonymisiertem Betreff"
#: gnot.php:84
#: gnot.php:64
msgid "Enable this addon?"
msgstr "Dieses Addon aktivieren?"
#: gnot.php:69
msgid "Gnot Settings"
msgstr "Gnot-Einstellungen"
#: gnot.php:79
#, php-format
msgid "[Friendica:Notify] Comment to conversation #%d"
msgstr "[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d"

View file

@ -5,8 +5,7 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Gnot Settings'] = 'Gnot-Einstellungen';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['Enable this addon?'] = 'Dieses Addon aktivieren?';
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Erlaubt das Veröffentlichen von E-Mail-Kommentar-Benachrichtigungen bei Gmail mit anonymisiertem Betreff';
$a->strings['Enable this addon?'] = 'Dieses Addon aktivieren?';
$a->strings['Gnot Settings'] = 'Gnot-Einstellungen';
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d';