]> git.mxchange.org Git - friendica-addons.git/blob - libravatar/lang/fr/strings.php
Merge branch '3.6-release'
[friendica-addons.git] / libravatar / lang / fr / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fr")) {
4 function string_plural_select_fr($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"] = "image de profil générique";
10 $a->strings["random geometric pattern"] = "";
11 $a->strings["monster face"] = "";
12 $a->strings["computer generated face"] = "visage généré par ordinateur";
13 $a->strings["retro arcade style face"] = "";
14 $a->strings["Warning"] = "Attention";
15 $a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Votre version de PHP %s est inférieure à la minimum requise (5.3).";
16 $a->strings["This addon is not functional on your server."] = "";
17 $a->strings["Information"] = "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["Submit"] = "Envoyer";
20 $a->strings["Default avatar image"] = "Avatar par défaut";
21 $a->strings["Select default avatar image if none was found. See README"] = "";
22 $a->strings["Libravatar settings updated."] = "Paramètres de Libravatar mis à jour.";