]> git.mxchange.org Git - friendica-addons.git/blob - diaspora/lang/fr/strings.php
regenerated all the strings
[friendica-addons.git] / diaspora / 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 intval($n > 1);
7 }}
8 $a->strings['Post to Diaspora'] = 'Publier sur Diaspora';
9 $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>. ';
10 $a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Ce connecteur ne doit être utilisé que si vous souhaitez encore utiliser votre ancien compte Diaspora.';
11 $a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'Quoi qu\'il en soit, il est préférable de communiquer son nouvel identifiant à ses contacts Diaspora <strong>%s</strong>.';
12 $a->strings['All aspects'] = 'Tous les aspects';
13 $a->strings['Public'] = 'Public';
14 $a->strings['Post to aspect:'] = 'Publier avec l\'aspect:';
15 $a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Connecté avec votre compte Diaspora <strong>%s</strong>';
16 $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.';
17 $a->strings['Diaspora Export'] = 'Export Diaspora';
18 $a->strings['Information'] = 'Information';
19 $a->strings['Error'] = 'Erreur';
20 $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
21 $a->strings['Enable Diaspora Post Addon'] = 'Activer l’extension « Publier sur Diaspora »';
22 $a->strings['Diaspora handle'] = 'Identifiant Diaspora';
23 $a->strings['Diaspora password'] = 'Mot de passe Diaspora';
24 $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.';
25 $a->strings['Post to Diaspora by default'] = 'Publier sur Diaspora par défaut';