]> 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 ef9c4e063a056a91f5c5d467d39b6d05f10a1ac4..acec38902d1a0e7a1f2f173eb52fcd58ec4b8ff5 100644 (file)
@@ -2,13 +2,14 @@
 
 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 Export"] = "InsaneJournal Export";
-$a->strings["Enable InsaneJournal Post Plugin"] = "InsaneJournal Plugin aktivieren";
+$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["Post to InsaneJournal by default"] = "Standardmäßig auf InsaneJournal posten.";
-$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["Submit"] = "Senden";