From 8271a56134f86b6063ec0aa58b335706b1343b1f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 29 Mar 2021 07:29:22 +0200 Subject: [PATCH] ijpost addon DE translation updated --- ijpost/lang/de/messages.po | 40 ++++++++++++++++++++------------------ ijpost/lang/de/strings.php | 10 +++++----- 2 files changed, 26 insertions(+), 24 deletions(-) diff --git a/ijpost/lang/de/messages.po b/ijpost/lang/de/messages.po index 35101521..894a8d09 100644 --- a/ijpost/lang/de/messages.po +++ b/ijpost/lang/de/messages.po @@ -4,16 +4,18 @@ # # # Translators: -# Abrax , 2014 -# bavatar , 2014 +# Andreas H., 2014 +# Tobias Diekershoff , 2014 +# Tobias Diekershoff , 2018,2021 +# Ulf Rompe , 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:29+0000\n" -"Last-Translator: Abrax \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:28+0000\n" +"Last-Translator: Tobias Diekershoff \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 Insanejournal" msgstr "Auf InsaneJournal posten." -#: ijpost.php:70 -msgid "InsaneJournal Post Settings" -msgstr "InsaneJournal Beitrags-Einstellungen" +#: ijpost.php:71 ijpost.php:75 +msgid "InsaneJournal Export" +msgstr "InsaneJournal Export" -#: ijpost.php:72 +#: ijpost.php:79 msgid "Enable InsaneJournal Post Addon" -msgstr "InsaneJournal Addon aktivieren" +msgstr "InsaneJournal-Addon aktivieren" -#: ijpost.php:77 +#: ijpost.php:84 msgid "InsaneJournal username" -msgstr "InsaneJournal Benutzername" +msgstr "InsaneJournal-Benutzername" -#: ijpost.php:82 +#: ijpost.php:89 msgid "InsaneJournal password" -msgstr "InsaneJournal Passwort" +msgstr "InsaneJournal-Passwort" -#: ijpost.php:87 +#: ijpost.php:94 msgid "Post to InsaneJournal by default" msgstr "Standardmäßig auf InsaneJournal posten." -#: ijpost.php:93 -msgid "Submit" -msgstr "Senden" +#: ijpost.php:99 +msgid "Save Settings" +msgstr "Einstellungen speichern" diff --git a/ijpost/lang/de/strings.php b/ijpost/lang/de/strings.php index acec3890..3ba69a97 100644 --- a/ijpost/lang/de/strings.php +++ b/ijpost/lang/de/strings.php @@ -7,9 +7,9 @@ function string_plural_select_de($n){ }} ; $a->strings["Post to Insanejournal"] = "Auf InsaneJournal posten."; -$a->strings["InsaneJournal Post Settings"] = "InsaneJournal Beitrags-Einstellungen"; -$a->strings["Enable InsaneJournal Post Addon"] = "InsaneJournal Addon aktivieren"; -$a->strings["InsaneJournal username"] = "InsaneJournal Benutzername"; -$a->strings["InsaneJournal password"] = "InsaneJournal Passwort"; +$a->strings["InsaneJournal Export"] = "InsaneJournal Export"; +$a->strings["Enable InsaneJournal Post Addon"] = "InsaneJournal-Addon aktivieren"; +$a->strings["InsaneJournal username"] = "InsaneJournal-Benutzername"; +$a->strings["InsaneJournal password"] = "InsaneJournal-Passwort"; $a->strings["Post to InsaneJournal by default"] = "Standardmäßig auf InsaneJournal posten."; -$a->strings["Submit"] = "Senden"; +$a->strings["Save Settings"] = "Einstellungen speichern";