ljpost addon DE translation updated
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 29 Mar 2021 05:37:17 +0000 (07:37 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 29 Mar 2021 05:37:17 +0000 (07:37 +0200)
ljpost/lang/de/messages.po
ljpost/lang/de/strings.php

index 4d915c0..9279d7d 100644 (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"
index a6145fe..4cba948 100644 (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";