mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
FR update to the addon translations
This commit is contained in:
parent
797ee03eb8
commit
09ba184198
28 changed files with 946 additions and 118 deletions
|
@ -1,17 +1,22 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Libravatar n'a PAS pu être installé. <br>Il nécessite PHP >= 5.3";
|
||||
$a->strings["generic profile image"] = "image de profil générique";
|
||||
$a->strings["random geometric pattern"] = "motif géométrique aléatoire";
|
||||
$a->strings["monster face"] = "monstre";
|
||||
$a->strings["computer generated face"] = "généré par ordinateur";
|
||||
$a->strings["retro arcade style face"] = "vieux jeu d'arcade";
|
||||
$a->strings["Warning"] = "Avertissement";
|
||||
$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "La version de PHP doit être >= 5.3 ; la votre, %s, est antérieure. ";
|
||||
$a->strings["This addon is not functional on your server."] = "Cette extension ne fonctionne pas sur votre serveur.";
|
||||
$a->strings["Information"] = "Information";
|
||||
$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."] = "L'extension Gravatar est installée ; veuillez la désactiver. <br>L'extension Libravatar sera remplacée par Gravatar si rien n'a été trouvé.";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
$a->strings["Default avatar image"] = "Avatar par défaut";
|
||||
$a->strings["Select default avatar image if none was found. See README"] = "Sélectionner une image d'avatar par défaut si aucune n'a été trouvée. Voir le fichier README";
|
||||
$a->strings["Libravatar settings updated."] = "Paramètres de Libravatar mis à jour.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "";
|
||||
$a->strings["generic profile image"] = "image de profil générique";
|
||||
$a->strings["random geometric pattern"] = "";
|
||||
$a->strings["monster face"] = "";
|
||||
$a->strings["computer generated face"] = "visage généré par ordinateur";
|
||||
$a->strings["retro arcade style face"] = "";
|
||||
$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["This addon is not functional on your server."] = "";
|
||||
$a->strings["Information"] = "Information";
|
||||
$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."] = "";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
$a->strings["Default avatar image"] = "Avatar par défaut";
|
||||
$a->strings["Select default avatar image if none was found. See README"] = "";
|
||||
$a->strings["Libravatar settings updated."] = "Paramètres de Libravatar mis à jour.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue