]> git.mxchange.org Git - friendica-addons.git/blob - twitter/lang/fr/strings.php
regenerated all the strings
[friendica-addons.git] / twitter / 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 Twitter'] = 'Publier sur Twitter';
9 $a->strings['Twitter settings updated.'] = 'Paramètres Twitter mis à jour.';
10 $a->strings['Twitter Posting Settings'] = 'Paramètres Twitter de publication';
11 $a->strings['Log in with Twitter'] = 'Se connecter avec Twitter';
12 $a->strings['Copy the PIN from Twitter here'] = 'Copier le PIN de Twitter ici';
13 $a->strings['Submit'] = 'Soumettre';
14 $a->strings['Currently connected to: '] = 'Actuellement connecté à :';
15 $a->strings['Allow posting to Twitter'] = 'Autoriser la publication sur Twitter';
16 $a->strings['Send public postings to Twitter by default'] = 'Envoyer par défaut les messages publics sur Twitter';
17 $a->strings['Settings updated.'] = 'Paramètres mis à jour.';
18 $a->strings['Name of the Twitter Application'] = 'Nom de l\'application Twitter';