ljpost addon DE translation updated

This commit is contained in:
Tobias Diekershoff 2021-03-29 07:37:17 +02:00
parent 666c952ca9
commit 889525ad81
2 changed files with 25 additions and 23 deletions

View File

@ -4,16 +4,18 @@
#
#
# Translators:
# Abrax <webmaster@a-zwenkau.de>, 2014
# bavatar <tobias.diekershoff@gmx.net>, 2014
# Andreas H., 2014
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2018,2021
# Ulf Rompe <transifex.com@rompe.org>, 2019
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2014-10-15 12:30+0000\n"
"Last-Translator: Abrax <webmaster@a-zwenkau.de>\n"
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-03-29 05:36+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"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -24,26 +26,26 @@ msgstr ""
msgid "Post to LiveJournal"
msgstr "In LiveJournal veröffentlichen."
#: ljpost.php:70
#: ljpost.php:73
msgid "LiveJournal Post Settings"
msgstr "LiveJournal Veröffentlichungs-Einstellungen"
msgstr "LiveJournal-Veröffentlichungs-Einstellungen"
#: ljpost.php:72
#: ljpost.php:75
msgid "Enable LiveJournal Post Addon"
msgstr "LiveJournal Post Addon aktivieren"
msgstr "LiveJournal-Post-Addon aktivieren"
#: ljpost.php:77
#: ljpost.php:80
msgid "LiveJournal username"
msgstr "LiveJournal Benutzername"
msgstr "LiveJournal-Benutzername"
#: ljpost.php:82
#: ljpost.php:85
msgid "LiveJournal password"
msgstr "LiveJournal Passwort"
msgstr "LiveJournal-Passwort"
#: ljpost.php:87
#: ljpost.php:90
msgid "Post to LiveJournal by default"
msgstr "Standardmäßig bei LiveJournal veröffentlichen"
#: ljpost.php:93
msgid "Submit"
msgstr "Senden"
#: ljpost.php:96
msgid "Save Settings"
msgstr "Einstellungen speichern"

View File

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