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

index 17a9bc8..5e87ee4 100644 (file)
@@ -4,33 +4,34 @@
 # 
 # 
 # Translators:
-# bavatar <tobias.diekershoff@gmx.net>, 2014-2015
+# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014-2015
+# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2021
 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: 2015-07-26 10:56+0000\n"
-"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\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:44+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"
 "Language: de\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: startpage.php:83
-msgid "Startpage Settings"
-msgstr "Startseiten-Einstellungen"
+#: startpage.php:74 startpage.php:78
+msgid "Startpage"
+msgstr "Startpage"
 
-#: startpage.php:85
+#: startpage.php:81
 msgid "Home page to load after login  - leave blank for profile wall"
 msgstr "Seite, die nach dem Anmelden geladen werden soll. Leer = Pinnwand"
 
-#: startpage.php:88
+#: startpage.php:84
 msgid "Examples: &quot;network&quot; or &quot;notifications/system&quot;"
 msgstr "Beispiele: network, notifications/system"
 
-#: startpage.php:92
-msgid "Submit"
-msgstr "Senden"
+#: startpage.php:88
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
index d7d26e6..e145b99 100644 (file)
@@ -6,7 +6,7 @@ function string_plural_select_de($n){
        return intval($n != 1);
 }}
 ;
-$a->strings["Startpage Settings"] = "Startseiten-Einstellungen";
+$a->strings["Startpage"] = "Startpage";
 $a->strings["Home page to load after login  - leave blank for profile wall"] = "Seite, die nach dem Anmelden geladen werden soll. Leer = Pinnwand";
 $a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "Beispiele: network, notifications/system";
-$a->strings["Submit"] = "Senden";
+$a->strings["Save Settings"] = "Einstellungen speichern";