DE translation dwpost addon updated

pull/1091/head
Tobias Diekershoff 2021-03-01 08:01:50 +01:00
parent 9c5940861a
commit 5c63813626
2 changed files with 27 additions and 25 deletions

View File

@ -4,46 +4,48 @@
# #
# #
# Translators: # Translators:
# Abrax <webmaster@a-zwenkau.de>, 2014 # Andreas H., 2014
# bavatar <tobias.diekershoff@gmx.net>, 2014 # Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2018,2021
# Ulf Rompe <transifex.com@rompe.org>, 2019
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2014-10-15 12:18+0000\n" "PO-Revision-Date: 2021-02-06 16:55+0000\n"
"Last-Translator: Abrax <webmaster@a-zwenkau.de>\n" "Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n" "Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: de\n" "Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: dwpost.php:39 #: dwpost.php:41
msgid "Post to Dreamwidth" msgid "Post to Dreamwidth"
msgstr "In Dreamwidth veröffentlichen" msgstr "In Dreamwidth veröffentlichen"
#: dwpost.php:70 #: dwpost.php:72 dwpost.php:76
msgid "Dreamwidth Post Settings" msgid "Dreamwidth Export"
msgstr "Dreamwidth Veröffentlichungs-Einstellungen" msgstr "Dreamwidth Export"
#: dwpost.php:72 #: dwpost.php:80
msgid "Enable dreamwidth Post Addon" msgid "Enable dreamwidth Post Addon"
msgstr "Dreamwidth Post Addon aktivieren" msgstr "Dreamwidth-Post-Addon aktivieren"
#: dwpost.php:77 #: dwpost.php:85
msgid "dreamwidth username" msgid "dreamwidth username"
msgstr "Dreamwidth Benutzername" msgstr "Dreamwidth-Benutzername"
#: dwpost.php:82 #: dwpost.php:90
msgid "dreamwidth password" msgid "dreamwidth password"
msgstr "Dreamwidth Passwort" msgstr "Dreamwidth-Passwort"
#: dwpost.php:87 #: dwpost.php:95
msgid "Post to dreamwidth by default" msgid "Post to dreamwidth by default"
msgstr "Standardmäßig bei Dreamwidth veröffentlichen" msgstr "Standardmäßig bei Dreamwidth veröffentlichen"
#: dwpost.php:93 #: dwpost.php:100
msgid "Submit" msgid "Save Settings"
msgstr "Senden" msgstr "Speichere Einstellungen"

View File

@ -7,9 +7,9 @@ function string_plural_select_de($n){
}} }}
; ;
$a->strings["Post to Dreamwidth"] = "In Dreamwidth veröffentlichen"; $a->strings["Post to Dreamwidth"] = "In Dreamwidth veröffentlichen";
$a->strings["Dreamwidth Post Settings"] = "Dreamwidth Veröffentlichungs-Einstellungen"; $a->strings["Dreamwidth Export"] = "Dreamwidth Export";
$a->strings["Enable dreamwidth Post Addon"] = "Dreamwidth Post Addon aktivieren"; $a->strings["Enable dreamwidth Post Addon"] = "Dreamwidth-Post-Addon aktivieren";
$a->strings["dreamwidth username"] = "Dreamwidth Benutzername"; $a->strings["dreamwidth username"] = "Dreamwidth-Benutzername";
$a->strings["dreamwidth password"] = "Dreamwidth Passwort"; $a->strings["dreamwidth password"] = "Dreamwidth-Passwort";
$a->strings["Post to dreamwidth by default"] = "Standardmäßig bei Dreamwidth veröffentlichen"; $a->strings["Post to dreamwidth by default"] = "Standardmäßig bei Dreamwidth veröffentlichen";
$a->strings["Submit"] = "Senden"; $a->strings["Save Settings"] = "Speichere Einstellungen";