Update IT strings
[friendica-addons.git] / ljpost / 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 LiveJournal"] = "Invia a LiveJournal";
9 $a->strings["LiveJournal Post Settings"] = "Impostazioni invio a LiveJournal";
10 $a->strings["Enable LiveJournal Post Addon"] = "Abilita il componente aggiuntivo di invio a LiveJournal";
11 $a->strings["LiveJournal username"] = "Nome utente LiveJournal";
12 $a->strings["LiveJournal password"] = "Password LiveJournal";
13 $a->strings["Post to LiveJournal by default"] = "Invia sempre a LiveJournal";
14 $a->strings["Submit"] = "Invia";