]> git.mxchange.org Git - friendica-addons.git/blob - pumpio/lang/fr/strings.php
regenerated all the strings
[friendica-addons.git] / pumpio / 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['You are now authenticated to pumpio.'] = 'Vous êtes maintenant authentifié sur pump.io.';
10 $a->strings['return to the connector page'] = 'Retourner à la page du connecteur';
11 $a->strings['Post to pumpio'] = 'Publier sur pump.io';
12 $a->strings['pump.io username (without the servername)'] = 'Nom d\'utilisateur pump.io (sans le nom du serveur)';
13 $a->strings['Import the remote timeline'] = 'Importer la timeline distante';
14 $a->strings['Post to pump.io by default'] = 'Publier sur pump.io par défaut';
15 $a->strings['Should posts be public?'] = 'Les messages devraient être publiques ?';
16 $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
17 $a->strings['status'] = 'statut';