]> git.mxchange.org Git - friendica-addons.git/blob - gravatar/lang/fr/strings.php
Rendertime: possibility to define a minimal value for displaying the execution times
[friendica-addons.git] / gravatar / lang / fr / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fr")) {
4 function string_plural_select_fr($n){
5         $n = intval($n);
6         return ($n > 1);;
7 }}
8 ;
9 $a->strings["generic profile image"] = "image de profil générique";
10 $a->strings["random geometric pattern"] = "Schéma géométrique aléatoire ";
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["Information"] = "Information";
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."] = "";
16 $a->strings["Submit"] = "Envoyer";
17 $a->strings["Default avatar image"] = "Image par défaut d'avatar";
18 $a->strings["Select default avatar image if none was found at Gravatar. See README"] = "";
19 $a->strings["Rating of images"] = "";
20 $a->strings["Select the appropriate avatar rating for your site. See README"] = "";
21 $a->strings["Gravatar settings updated."] = "Paramètres de Gravatar mis à jour.";