]> git.mxchange.org Git - friendica-addons.git/blob - tumblr/lang/fr/strings.php
regenerated all the strings
[friendica-addons.git] / tumblr / 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'] = 'Sauvegarder les paramètres';
10 $a->strings['Consumer Key'] = 'Clé utilisateur';
11 $a->strings['Consumer Secret'] = 'Secret utilisateur';
12 $a->strings['You are now authenticated to tumblr.'] = 'Vous êtes maintenant identifié sur Tumblr';
13 $a->strings['return to the connector page'] = 'Revenir à la page de connexion';
14 $a->strings['Post to Tumblr'] = 'Publier vers Tumblr';
15 $a->strings['Tumblr Export'] = 'Exporter vers Tumblr';
16 $a->strings['(Re-)Authenticate your tumblr page'] = '(re)Authentifiez votre page Tumblr';
17 $a->strings['Enable Tumblr Post Addon'] = 'Activez l\'extension de publication Tumblr';
18 $a->strings['Post to Tumblr by default'] = 'Publier sur Tumblr par défaut';
19 $a->strings['Post to page:'] = 'Publier sur la page :';
20 $a->strings['You are not authenticated to tumblr'] = 'Vous n\'êtes pas identifié sur Tumblr';