]> git.mxchange.org Git - friendica-addons.git/blob - ljpost/lang/it/strings.php
HU and IT translation updates
[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         if ($n == 1) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else  { return 2; }
7 }}
8 $a->strings['Post to LiveJournal'] = 'Invia a LiveJournal';
9 $a->strings['Enable LiveJournal Post Addon'] = 'Abilita il componente aggiuntivo di invio a LiveJournal';
10 $a->strings['LiveJournal username'] = 'Nome utente LiveJournal';
11 $a->strings['LiveJournal password'] = 'Password LiveJournal';
12 $a->strings['Post to LiveJournal by default'] = 'Invia sempre a LiveJournal';
13 $a->strings['LiveJournal Export'] = 'Esporta LiveJournal';