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

@ -3,14 +3,18 @@
# This file is distributed under the same license as the Friendica notifyall addon package.
#
#
# Translators:
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2016
# Ulf Rompe <transifex.com@rompe.org>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-14 16:41+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2016\n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2016-08-14 19:29+0000\n"
"Last-Translator: Ulf Rompe <transifex.com@rompe.org>, 2019\n"
"Language-Team: German (https://www.transifex.com/Friendica/teams/12172/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -18,40 +22,40 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: notifyall.php:26
msgid "Send email to all members"
msgstr "Sende eine E-Mail an alle Nutzer der Seite"
#: notifyall.php:42
#: NotifyAllEmail.php:40
#, php-format
msgid "%s Administrator"
msgstr "der Administrator von %s"
#: notifyall.php:44
#: NotifyAllEmail.php:42
#, php-format
msgid "%1$s, %2$s Administrator"
msgstr "%1$s, %2$s Administrator"
#: notifyall.php:60
#: notifyall.php:22
msgid "Send email to all members"
msgstr "Sende eine E-Mail an alle Nutzer der Seite"
#: notifyall.php:49
msgid "No recipients found."
msgstr "Keine Empfänger gefunden"
#: notifyall.php:78
#: notifyall.php:59
msgid "Emails sent"
msgstr "E-Mails gesendet."
#: notifyall.php:86
#: notifyall.php:69
msgid "Send email to all members of this Friendica instance."
msgstr "Sende eine E-Mail an alle Nutzer dieser Friendica Instanz"
msgstr "Sende eine E-Mail an alle Nutzer dieser Friendica-Instanz"
#: notifyall.php:91
#: notifyall.php:74
msgid "Message subject"
msgstr "Betreff der Nachricht"
#: notifyall.php:92
#: notifyall.php:75
msgid "Test mode (only send to administrator)"
msgstr "Test Modus (E-Mail nur an den Administrator senden)"
msgstr "Test-Modus (E-Mail nur an den Administrator senden)"
#: notifyall.php:93
#: notifyall.php:76
msgid "Submit"
msgstr "Senden"

View file

@ -5,12 +5,12 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Send email to all members'] = 'Sende eine E-Mail an alle Nutzer der Seite';
$a->strings['%s Administrator'] = 'der Administrator von %s';
$a->strings['%1$s, %2$s Administrator'] = '%1$s, %2$s Administrator';
$a->strings['Send email to all members'] = 'Sende eine E-Mail an alle Nutzer der Seite';
$a->strings['No recipients found.'] = 'Keine Empfänger gefunden';
$a->strings['Emails sent'] = 'E-Mails gesendet.';
$a->strings['Send email to all members of this Friendica instance.'] = 'Sende eine E-Mail an alle Nutzer dieser Friendica Instanz';
$a->strings['Send email to all members of this Friendica instance.'] = 'Sende eine E-Mail an alle Nutzer dieser Friendica-Instanz';
$a->strings['Message subject'] = 'Betreff der Nachricht';
$a->strings['Test mode (only send to administrator)'] = 'Test Modus (E-Mail nur an den Administrator senden)';
$a->strings['Test mode (only send to administrator)'] = 'Test-Modus (E-Mail nur an den Administrator senden)';
$a->strings['Submit'] = 'Senden';