regenerated all the strings

This commit is contained in:
Tobias Diekershoff 2021-10-10 08:27:53 +02:00
parent 55986ad17d
commit 25ba6023d0
767 changed files with 7410 additions and 7962 deletions

View file

@ -5,12 +5,11 @@ function string_plural_select_fr($n){
$n = intval($n);
return intval($n > 1);
}}
;
$a->strings["generic profile image"] = "image de profil générique";
$a->strings["computer generated face"] = "visage généré par ordinateur";
$a->strings["Warning"] = "Attention";
$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).";
$a->strings["Information"] = "Information";
$a->strings["Submit"] = "Envoyer";
$a->strings["Default avatar image"] = "Avatar par défaut";
$a->strings["Libravatar settings updated."] = "Paramètres de Libravatar mis à jour.";
$a->strings['generic profile image'] = 'image de profil générique';
$a->strings['computer generated face'] = 'visage généré par ordinateur';
$a->strings['Warning'] = 'Attention';
$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).';
$a->strings['Information'] = 'Information';
$a->strings['Submit'] = 'Envoyer';
$a->strings['Default avatar image'] = 'Avatar par défaut';
$a->strings['Libravatar settings updated.'] = 'Paramètres de Libravatar mis à jour.';