]> git.mxchange.org Git - friendica-addons.git/blob - statusnet/lang/fr/strings.php
f2d334aedcf6a5e50f782e712f79874925027915
[friendica-addons.git] / statusnet / 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         if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else  { return 2; }
7 }}
8 $a->strings['Post to GNU Social'] = 'Publier sur GNU Social';
9 $a->strings['Please contact your site administrator.<br />The provided API URL is not valid.'] = 'Merci de contacter l\'administrateur du site.<br />L\'URL d\'API fournie est invalide.';
10 $a->strings['We could not contact the GNU Social API with the Path you entered.'] = 'Impossible de se connecter à l\'API GNU Social avec le chemin indiqué.';
11 $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
12 $a->strings['Currently connected to: <a href="%s" target="_statusnet">%s</a>'] = 'Actuellement connecté à : <a href="%s" target="_statusnet">%s</a>';
13 $a->strings['Clear OAuth configuration'] = 'Effacer la configuration OAuth';
14 $a->strings['Cancel GNU Social Connection'] = 'Annuler la connexion à GNU Social';
15 $a->strings['Globally Available GNU Social OAuthKeys'] = 'Clés OAuth de GNU Social disponibles globalement';
16 $a->strings['Provide your own OAuth Credentials'] = 'Fournissez vos propres identifiants OAuth';
17 $a->strings['Log in with GNU Social'] = 'Se connecter avec GNU Social';
18 $a->strings['Cancel Connection Process'] = 'Annuler le processus de connexion';
19 $a->strings['Current GNU Social API is: %s'] = 'L\'API GNU Social actuelle est : %s';
20 $a->strings['OAuth Consumer Key'] = 'Clé d\'Utilisateur OAuth';
21 $a->strings['OAuth Consumer Secret'] = 'Secret d\'Utilisateur OAuth';
22 $a->strings['Base API Path (remember the trailing /)'] = 'Chemin de base de l\'API (n\'oubliez pas le / final)';
23 $a->strings['Copy the security code from GNU Social here'] = 'Coller le code de sécurité de GNU Social ici';
24 $a->strings['Allow posting to GNU Social'] = 'Autoriser la publication sur GNU Social';
25 $a->strings['Post to GNU Social by default'] = 'Publier sur GNU Social par défaut';
26 $a->strings['Mirror all public posts'] = 'Refléter toutes les publications publiques';
27 $a->strings['Automatically create contacts'] = 'Créer les contacts automatiquement';
28 $a->strings['Import the remote timeline'] = 'Importer la Timeline distante';
29 $a->strings['Disabled'] = 'Désactiver';
30 $a->strings['Full Timeline'] = 'Timeline complète';
31 $a->strings['Only Mentions'] = 'Mentions uniquement';
32 $a->strings['GNU Social Import/Export/Mirror'] = 'Import/Export/Miroir GNU Social';
33 $a->strings['Site name'] = 'Nom du site';
34 $a->strings['Consumer Secret'] = 'Secret d\'Utilisateur';
35 $a->strings['Consumer Key'] = 'Clé d\'Utilisateur';