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

@ -6,14 +6,14 @@
# Translators:
# Andreas H., 2014
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2018,2021
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2018,2021-2022
# Ulf Rompe <transifex.com@rompe.org>, 2019
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 16:55+0000\n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2022-01-22 17:33+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
@ -22,30 +22,26 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: dwpost.php:41
#: dwpost.php:43
msgid "Post to Dreamwidth"
msgstr "In Dreamwidth veröffentlichen"
#: dwpost.php:72 dwpost.php:76
msgid "Dreamwidth Export"
msgstr "Dreamwidth Export"
#: dwpost.php:80
msgid "Enable dreamwidth Post Addon"
#: dwpost.php:63
msgid "Enable Dreamwidth Post Addon"
msgstr "Dreamwidth-Post-Addon aktivieren"
#: dwpost.php:85
msgid "dreamwidth username"
#: dwpost.php:64
msgid "Dreamwidth username"
msgstr "Dreamwidth-Benutzername"
#: dwpost.php:90
msgid "dreamwidth password"
#: dwpost.php:65
msgid "Dreamwidth password"
msgstr "Dreamwidth-Passwort"
#: dwpost.php:95
msgid "Post to dreamwidth by default"
#: dwpost.php:66
msgid "Post to Dreamwidth by default"
msgstr "Standardmäßig bei Dreamwidth veröffentlichen"
#: dwpost.php:100
msgid "Save Settings"
msgstr "Speichere Einstellungen"
#: dwpost.php:71
msgid "Dreamwidth Export"
msgstr "Dreamwidth Export"

View file

@ -6,9 +6,8 @@ function string_plural_select_de($n){
return intval($n != 1);
}}
$a->strings['Post to Dreamwidth'] = 'In Dreamwidth veröffentlichen';
$a->strings['Enable Dreamwidth Post Addon'] = 'Dreamwidth-Post-Addon aktivieren';
$a->strings['Dreamwidth username'] = 'Dreamwidth-Benutzername';
$a->strings['Dreamwidth password'] = 'Dreamwidth-Passwort';
$a->strings['Post to Dreamwidth by default'] = 'Standardmäßig bei Dreamwidth veröffentlichen';
$a->strings['Dreamwidth Export'] = 'Dreamwidth Export';
$a->strings['Enable dreamwidth Post Addon'] = 'Dreamwidth-Post-Addon aktivieren';
$a->strings['dreamwidth username'] = 'Dreamwidth-Benutzername';
$a->strings['dreamwidth password'] = 'Dreamwidth-Passwort';
$a->strings['Post to dreamwidth by default'] = 'Standardmäßig bei Dreamwidth veröffentlichen';
$a->strings['Save Settings'] = 'Speichere Einstellungen';