]> git.mxchange.org Git - friendica-addons.git/blob - libravatar/lang/it/strings.php
HU and IT translation updates
[friendica-addons.git] / libravatar / 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['generic profile image'] = 'immagine generica del profilo';
9 $a->strings['random geometric pattern'] = 'schema geometrico casuale';
10 $a->strings['monster face'] = 'faccia di mostro';
11 $a->strings['computer generated face'] = 'faccia generata dal computer';
12 $a->strings['retro arcade style face'] = 'faccia stile retro arcade';
13 $a->strings['roboter face'] = 'faccia robotica';
14 $a->strings['retro adventure game character'] = 'personaggio di un gioco di avventura retrò';
15 $a->strings['Information'] = 'Informazione';
16 $a->strings['Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'Il componente aggiuntivo Gravatar è installato. Disabilita il componente aggiuntivo Gravatar.<br> Il componente aggiuntivo Libravatar si appoggerà a Gravatar se non trova nulla su Libravatar.';
17 $a->strings['Save Settings'] = 'Salva Impostazioni';
18 $a->strings['Default avatar image'] = 'Immagine avatar predefinita';
19 $a->strings['Select default avatar image if none was found. See README'] = 'Seleziona l\'immagine di default se non viene  trovato niente. Vedi README';