]> git.mxchange.org Git - friendica-addons.git/blobdiff - gravatar/lang/it/strings.php
CS langfilter addon
[friendica-addons.git] / gravatar / lang / it / strings.php
index 4227e48800eb8e16c2c9440fcec65014a31842cb..5e55a76110c9eb1108c37bb87e871c4d1797f73a 100644 (file)
@@ -1,15 +1,20 @@
-<?php\r
-\r
-$a->strings["generic profile image"] = "immagine generica del profilo";\r
-$a->strings["random geometric pattern"] = "schema geometrico casuale";\r
-$a->strings["monster face"] = "faccia di mostro";\r
-$a->strings["computer generated face"] = "";\r
-$a->strings["retro arcade style face"] = "";\r
-$a->strings["Information"] = "Informazione";\r
-$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."] = "I'addon Libravatar è installto. Disabilita l'addon Libravatar o questo addon Gravatar<br>L'addon Libravatar si appoggerà a Gravatar se non trova nulla su Libravatar.";\r
-$a->strings["Submit"] = "Invia";\r
-$a->strings["Default avatar image"] = "";\r
-$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "";\r
-$a->strings["Rating of images"] = "";\r
-$a->strings["Select the appropriate avatar rating for your site. See README"] = "";\r
-$a->strings["Gravatar settings updated."] = "";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["generic profile image"] = "immagine generica del profilo";
+$a->strings["random geometric pattern"] = "schema geometrico casuale";
+$a->strings["monster face"] = "faccia di mostro";
+$a->strings["computer generated face"] = "faccia generata dal computer";
+$a->strings["retro arcade style face"] = "faccia stile retro arcade";
+$a->strings["Information"] = "Informazione";
+$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."] = "I'addon Libravatar è installto. Disabilita l'addon Libravatar o questo addon Gravatar<br>L'addon Libravatar si appoggerà a Gravatar se non trova nulla su Libravatar.";
+$a->strings["Submit"] = "Invia";
+$a->strings["Default avatar image"] = "Immagine avatar predefinita";
+$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";
+$a->strings["Rating of images"] = "Valutazione delle immagini";
+$a->strings["Select the appropriate avatar rating for your site. See README"] = "Seleziona la valutazione dell'avatar appropriata per il tuo sito. Vedi README";
+$a->strings["Gravatar settings updated."] = "Impostazioni Gravatar aggiornate.";