]> git.mxchange.org Git - friendica-addons.git/blobdiff - pumpio/lang/fr/strings.php
Merge pull request #1082 from annando/no-item
[friendica-addons.git] / pumpio / lang / fr / strings.php
index 3e69c2728e0a6da1b6ed61d590bc11b6c83dc267..0540808ce003192b7664b9cf2a5aaec7e46b16bb 100644 (file)
@@ -2,26 +2,17 @@
 
 if(! function_exists("string_plural_select_fr")) {
 function string_plural_select_fr($n){
-       return ($n > 1);;
+       $n = intval($n);
+       return intval($n > 1);
 }}
 ;
 $a->strings["Permission denied."] = "Permission refusée.";
-$a->strings["Unable to register the client at the pump.io server '%s'."] = "";
 $a->strings["You are now authenticated to pumpio."] = "Vous êtes maintenant authentifié sur pump.io.";
 $a->strings["return to the connector page"] = "Retourner à la page du connecteur";
 $a->strings["Post to pumpio"] = "Publier sur pump.io";
-$a->strings["Pump.io Import/Export/Mirror"] = "";
 $a->strings["pump.io username (without the servername)"] = "Nom d'utilisateur pump.io (sans le nom du serveur)";
-$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "";
-$a->strings["Authenticate your pump.io connection"] = "";
 $a->strings["Import the remote timeline"] = "Importer la timeline distante";
-$a->strings["Enable pump.io Post Addon"] = "";
 $a->strings["Post to pump.io by default"] = "Publier sur pump.io par défaut";
 $a->strings["Should posts be public?"] = "Les messages devraient être publiques ?";
-$a->strings["Mirror all public posts"] = "";
-$a->strings["Check to delete this preset"] = "";
 $a->strings["Save Settings"] = "Sauvegarder les paramètres";
-$a->strings["Pump.io post failed. Queued for retry."] = "";
-$a->strings["Pump.io like failed. Queued for retry."] = "";
 $a->strings["status"] = "statut";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "";