]> git.mxchange.org Git - friendica-addons.git/commitdiff
DE translation of notimeline updated THX rompe
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 19 Feb 2019 06:07:03 +0000 (07:07 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 19 Feb 2019 06:07:03 +0000 (07:07 +0100)
notimeline/lang/de/messages.po
notimeline/lang/de/strings.php

index 02966faec38de4b8852c4fe33c6e2a537e8282bf..a7b9105e85628144fb1d5484eaa966321112531c 100644 (file)
@@ -4,15 +4,16 @@
 # 
 # 
 # Translators:
-# Abrax <webmaster@a-zwenkau.de>, 2014
+# Andreas H., 2014
+# 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:31+0000\n"
-"Last-Translator: Abrax <webmaster@a-zwenkau.de>\n"
-"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"PO-Revision-Date: 2019-02-18 15:06+0000\n"
+"Last-Translator: Ulf Rompe <transifex.com@rompe.org>\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"
@@ -29,7 +30,7 @@ msgstr "Keine Timeline-Einstellungen"
 
 #: notimeline.php:58
 msgid "Disable Archive selector on profile wall"
-msgstr "Deaktiviere Archiv-Auswahl auf Deiner Pinnwand"
+msgstr "Deaktiviere Archiv-Auswahl auf deiner Pinnwand"
 
 #: notimeline.php:64
 msgid "Submit"
index 7926acde0fa9262c8c72fdff04083a5913f5b74d..85459dacb3523f87a78d28359028b7ec94f81093 100644 (file)
@@ -2,10 +2,11 @@
 
 if(! function_exists("string_plural_select_de")) {
 function string_plural_select_de($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
 $a->strings["No Timeline settings updated."] = "Keine Timeline-Einstellungen aktualisiert.";
 $a->strings["No Timeline Settings"] = "Keine Timeline-Einstellungen";
-$a->strings["Disable Archive selector on profile wall"] = "Deaktiviere Archiv-Auswahl auf Deiner Pinnwand";
+$a->strings["Disable Archive selector on profile wall"] = "Deaktiviere Archiv-Auswahl auf deiner Pinnwand";
 $a->strings["Submit"] = "Senden";