]> git.mxchange.org Git - friendica-addons.git/blob - gravatar/lang/it/strings.php
2377e8b4a39c7f31ffab5dc6b77beaf5709808e2
[friendica-addons.git] / gravatar / 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["generic profile image"] = "immagine generica del profilo";
10 $a->strings["random geometric pattern"] = "schema geometrico casuale";
11 $a->strings["monster face"] = "faccia di mostro";
12 $a->strings["computer generated face"] = "faccia generata dal computer";
13 $a->strings["retro arcade style face"] = "faccia stile retro arcade";
14 $a->strings["Information"] = "Informazione";
15 $a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Il componente aggiuntivo Libravatar Ă¨ installato. Disabilita il componente aggiuntivo Libravatar o questo componente aggiuntivo Gravatar<br>Il componente aggiuntivo Libravatar si appoggerĂ  a Gravatar se non trova nulla su Libravatar.";
16 $a->strings["Save Settings"] = "Salva Impostazioni";
17 $a->strings["Default avatar image"] = "Immagine avatar predefinita";
18 $a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Seleziona l'immagine di default se non viene  trovato niente. Vedi README";
19 $a->strings["Rating of images"] = "Valutazione delle immagini";
20 $a->strings["Select the appropriate avatar rating for your site. See README"] = "Seleziona la valutazione dell'avatar appropriata per il tuo sito. Vedi README";