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