]> git.mxchange.org Git - friendica-addons.git/blobdiff - ijpost/lang/it/strings.php
Update IT strings
[friendica-addons.git] / ijpost / lang / it / strings.php
index f82132ce4ca767149f9581606dae0983544c2303..d8bd49e985ea0a11daf14fa553b05c37de34c5ff 100644 (file)
@@ -1,9 +1,14 @@
-<?php\r
-\r
-$a->strings["Post to Insanejournal"] = "Invia a Insanejournal";\r
-$a->strings["InsaneJournal Post Settings"] = "Impostazioni Invio a InsaneJournal ";\r
-$a->strings["Enable InsaneJournal Post Plugin"] = "Abilita il plugin Invio a InsaneJournal";\r
-$a->strings["InsaneJournal username"] = "Nome utente InsaneJournal";\r
-$a->strings["InsaneJournal password"] = "Password InsaneJournal";\r
-$a->strings["Post to InsaneJournal by default"] = "Invia sempre a InsaneJournal";\r
-$a->strings["Submit"] = "Invia";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Post to Insanejournal"] = "Invia a InsaneJournal";
+$a->strings["InsaneJournal Post Settings"] = "Impostazioni post InsaneJournal";
+$a->strings["Enable InsaneJournal Post Addon"] = "Abilita il componente aggiuntivo di invio a InsaneJournal";
+$a->strings["InsaneJournal username"] = "Nome utente InsaneJournal";
+$a->strings["InsaneJournal password"] = "Password InsaneJournal";
+$a->strings["Post to InsaneJournal by default"] = "Invia sempre a InsaneJournal";
+$a->strings["Submit"] = "Invia";