]> git.mxchange.org Git - friendica-addons.git/blobdiff - pumpio/lang/de/strings.php
Merge pull request #1082 from annando/no-item
[friendica-addons.git] / pumpio / lang / de / strings.php
index 91c1735c0c15088b943237d31619740643d5eba2..15da31169fe6f0203476697774704134b82614ed 100644 (file)
@@ -2,7 +2,8 @@
 
 if(! function_exists("string_plural_select_de")) {
 function string_plural_select_de($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
 ;
 $a->strings["Permission denied."] = "Zugriff verweigert.";
@@ -15,7 +16,7 @@ $a->strings["pump.io username (without the servername)"] = " Pump.io Nutzername
 $a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = " Pump.io Servername (ohne \"http://\" oder \"https://\" )";
 $a->strings["Authenticate your pump.io connection"] = "Authentifiziere deine  Pump.io Verbindung";
 $a->strings["Import the remote timeline"] = "Importiere die entfernte Zeitleiste";
-$a->strings["Enable pump.io Post Plugin"] = "Pump.io-Post-Plugin aktivieren";
+$a->strings["Enable pump.io Post Addon"] = "Pump.io-Post-Addon aktivieren";
 $a->strings["Post to pump.io by default"] = "Standardmäßig bei  Pump.io veröffentlichen";
 $a->strings["Should posts be public?"] = "Sollen Nachrichten öffentlich sein ?";
 $a->strings["Mirror all public posts"] = "Spiegle alle öffentlichen Nachrichten";