mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 02:18:48 +00:00
FR translation of various addons updated
This commit is contained in:
parent
0ff332bd11
commit
4487b2a923
80 changed files with 963 additions and 971 deletions
|
@ -3,7 +3,7 @@
|
|||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
|
||||
}}
|
||||
$a->strings['Post to Diaspora'] = 'Publier sur Diaspora';
|
||||
$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Attention : vous pouvez toujours être joint par Diaspora avec votre identifiant Friendica <strong>%s</strong>. ';
|
||||
|
@ -14,12 +14,11 @@ $a->strings['Public'] = 'Public';
|
|||
$a->strings['Post to aspect:'] = 'Publier avec l\'aspect:';
|
||||
$a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Connecté avec votre compte Diaspora <strong>%s</strong>';
|
||||
$a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Connexion impossible à votre compte Diaspora. Merci de vérifier votre identifiant (au format user@domain.tld) et votre mot de passe.';
|
||||
$a->strings['Diaspora Export'] = 'Export Diaspora';
|
||||
$a->strings['Information'] = 'Information';
|
||||
$a->strings['Error'] = 'Erreur';
|
||||
$a->strings['Save Settings'] = 'Sauvegarder les paramètres';
|
||||
$a->strings['Enable Diaspora Post Addon'] = 'Activer l’extension « Publier sur Diaspora »';
|
||||
$a->strings['Diaspora handle'] = 'Identifiant Diaspora';
|
||||
$a->strings['Diaspora password'] = 'Mot de passe Diaspora';
|
||||
$a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Vie privée : Votre mot de passe Diaspora sera stocké sans encryption pour vous identifier sur votre pod. Cela signifie que l’administrateur de votre pod Diaspora peut y avoir accès.';
|
||||
$a->strings['Post to Diaspora by default'] = 'Publier sur Diaspora par défaut';
|
||||
$a->strings['Diaspora Export'] = 'Export Diaspora';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue