]> git.mxchange.org Git - friendica-addons.git/blob - ljpost/lang/it/strings.php
c52326e097d029b7a0397f93775d9ecfd4996775
[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 $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['Save Settings'] = 'Salva Impostazioni';