]> git.mxchange.org Git - friendica-addons.git/blob - libravatar/lang/it/strings.php
IT: imported translations
[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         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "";
9 $a->strings["generic profile image"] = "";
10 $a->strings["random geometric pattern"] = "";
11 $a->strings["monster face"] = "";
12 $a->strings["computer generated face"] = "";
13 $a->strings["retro arcade style face"] = "";
14 $a->strings["Warning"] = "";
15 $a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "";
16 $a->strings["This addon is not functional on your server."] = "";
17 $a->strings["Information"] = "";
18 $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."] = "";
19 $a->strings["Save Settings"] = "";
20 $a->strings["Default avatar image"] = "";
21 $a->strings["Select default avatar image if none was found. See README"] = "";
22 $a->strings["Libravatar settings updated."] = "";