]> git.mxchange.org Git - friendica-addons.git/blobdiff - ijpost/lang/de/strings.php
newmemberwidget IT translation THX Sylke Vicious
[friendica-addons.git] / ijpost / lang / de / strings.php
index e256daecba1f9145e1adeb78f84c88538c0509f8..acec38902d1a0e7a1f2f173eb52fcd58ec4b8ff5 100644 (file)
@@ -2,12 +2,13 @@
 
 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["Post to Insanejournal"] = "Auf InsaneJournal posten.";
 $a->strings["InsaneJournal Post Settings"] = "InsaneJournal Beitrags-Einstellungen";
-$a->strings["Enable InsaneJournal Post Plugin"] = "InsaneJournal Plugin aktivieren";
+$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.";