mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -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.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue