]> git.mxchange.org Git - friendica-addons.git/blob - ljpost/lang/it/strings.php
Merge pull request #1082 from annando/no-item
[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         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Post to LiveJournal"] = "Invia a LiveJournal";
10 $a->strings["LiveJournal Post Settings"] = "Impostazioni invio a LiveJournal";
11 $a->strings["Enable LiveJournal Post Addon"] = "Abilita il componente aggiuntivo di invio a LiveJournal";
12 $a->strings["LiveJournal username"] = "Nome utente LiveJournal";
13 $a->strings["LiveJournal password"] = "Password LiveJournal";
14 $a->strings["Post to LiveJournal by default"] = "Invia sempre a LiveJournal";
15 $a->strings["Submit"] = "Invia";