Update IT strings
[friendica-addons.git] / ijpost / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Post to Insanejournal"] = "Invia a InsaneJournal";
9 $a->strings["InsaneJournal Post Settings"] = "Impostazioni post InsaneJournal";
10 $a->strings["Enable InsaneJournal Post Addon"] = "Abilita il componente aggiuntivo di invio a InsaneJournal";
11 $a->strings["InsaneJournal username"] = "Nome utente InsaneJournal";
12 $a->strings["InsaneJournal password"] = "Password InsaneJournal";
13 $a->strings["Post to InsaneJournal by default"] = "Invia sempre a InsaneJournal";
14 $a->strings["Submit"] = "Invia";