]> git.mxchange.org Git - friendica-addons.git/blob - buffer/lang/fr/strings.php
regenerated all the strings
[friendica-addons.git] / buffer / 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['Permission denied.'] = 'Permission refusée.';
9 $a->strings['Save Settings'] = 'Enregistrer les Paramètres';
10 $a->strings['Client ID'] = 'Identifiant client';
11 $a->strings['Client Secret'] = 'Secret Client';
12 $a->strings['Error when registering buffer connection:'] = 'Une erreur est survenue lors de la connexion à Buffer :';
13 $a->strings['You are now authenticated to buffer. '] = 'Vous êtes maintenant authentifié sur Buffer.';
14 $a->strings['return to the connector page'] = 'revenir à la page du connecteur';
15 $a->strings['Post to Buffer'] = 'Publier sur Buffer';
16 $a->strings['Buffer Export'] = 'Export Buffer';
17 $a->strings['Authenticate your Buffer connection'] = 'Authentifier votre connexion à Buffer';
18 $a->strings['Enable Buffer Post Addon'] = 'Activer l\'extension de publication Buffer';
19 $a->strings['Post to Buffer by default'] = 'Publier sur Buffer par défaut';
20 $a->strings['Check to delete this preset'] = 'Cocher pour supprimer ce préréglage';
21 $a->strings['Posts are going to all accounts that are enabled by default:'] = 'Les posts sont envoyés à tous les comptes activés par défault:';