]> git.mxchange.org Git - friendica-addons.git/blob - newmemberwidget/lang/it/strings.php
HU and IT translation updates
[friendica-addons.git] / newmemberwidget / 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['New Member'] = 'Nuovi Utenti';
9 $a->strings['Tips for New Members'] = 'Consigli per i Nuovi Utenti';
10 $a->strings['Global Support Forum'] = 'Forum Globale di Supporto';
11 $a->strings['Local Support Forum'] = 'Forum Locale di Supporto';
12 $a->strings['Save Settings'] = 'Salva Impostazioni';
13 $a->strings['Message'] = 'Messaggio';
14 $a->strings['Your message for new members. You can use bbcode here.'] = 'Il tuo messaggio per i nuovi utenti. Puoi usare BBCode';
15 $a->strings['Add a link to global support forum'] = 'Aggiunge un collegamento al forum di supporto globale';
16 $a->strings['Should a link to the global support forum be displayed?'] = 'Mostrare il collegamento al forum di supporto globale?';
17 $a->strings['Add a link to the local support forum'] = 'Aggiunge un collegamento al forum di supporto locale';
18 $a->strings['If you have a local support forum and want to have a link displayed in the widget, check this box.'] = 'Se hai un forum di supporto locale e vuoi che sia mostrato il collegamento nel widget, seleziona questo box.';
19 $a->strings['Name of the local support group'] = 'Nome del gruppo locale di supporto';
20 $a->strings['If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)'] = 'Se hai selezionato il box sopra, specifica qui il <em>nome utente</em> del gruppo locale di supporto (e.s. \'supporto\')';