]> git.mxchange.org Git - friendica-addons.git/blobdiff - libravatar/lang/it/strings.php
IT: imported translations
[friendica-addons.git] / libravatar / lang / it / strings.php
index d85c9c14ba86188f05f843018729f9e45de299f9..4f8cc9ce2047a8538a51e4e5fe5d98447679da63 100644 (file)
@@ -1,18 +1,22 @@
-<?php\r
-\r
-$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Non è possibile installare Libravatar.<br>Richiede PHP >= 5.3";\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["Warning"] = "Attenzione";\r
-$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "La tua versione %s è minore della richiesta PHP >= 5.3.";\r
-$a->strings["This addon is not functional on your server."] = "Questo addon non è funzionante sul tuo server.";\r
-$a->strings["Information"] = "Informazione";\r
-$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."] = "L'addon Gravatar è installato. Disabilita l'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. See README"] = "Seleziona l'immagine di default se non viene  trovato niente. Vedi README";\r
-$a->strings["Libravatar settings updated."] = "Impostazioni Libravatar aggiornate.";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "";
+$a->strings["generic profile image"] = "";
+$a->strings["random geometric pattern"] = "";
+$a->strings["monster face"] = "";
+$a->strings["computer generated face"] = "";
+$a->strings["retro arcade style face"] = "";
+$a->strings["Warning"] = "";
+$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "";
+$a->strings["This addon is not functional on your server."] = "";
+$a->strings["Information"] = "";
+$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."] = "";
+$a->strings["Save Settings"] = "";
+$a->strings["Default avatar image"] = "";
+$a->strings["Select default avatar image if none was found. See README"] = "";
+$a->strings["Libravatar settings updated."] = "";