X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=buffer%2Flang%2Ffr%2Fstrings.php;h=f7d97493d31a169ba63080ef4fbc7c1f428ce4a6;hb=477bdcec89b62c56fd9a94454a1ed9e9e01b3cf8;hp=07460f47207f0cac3df49b8bd7a00366cadda2c8;hpb=10c13e4fe267bb43909027d7517069dfa88785c3;p=friendica-addons.git diff --git a/buffer/lang/fr/strings.php b/buffer/lang/fr/strings.php index 07460f47..f7d97493 100644 --- a/buffer/lang/fr/strings.php +++ b/buffer/lang/fr/strings.php @@ -2,6 +2,7 @@ if(! function_exists("string_plural_select_fr")) { function string_plural_select_fr($n){ + $n = intval($n); return ($n > 1);; }} ; @@ -15,7 +16,7 @@ $a->strings["return to the connector page"] = "revenir à la page du connecteur" $a->strings["Post to Buffer"] = "Publier sur Buffer"; $a->strings["Buffer Export"] = "Export Buffer"; $a->strings["Authenticate your Buffer connection"] = "Authentifier votre connexion à Buffer"; -$a->strings["Enable Buffer Post Plugin"] = "Activer le connecteur Buffer"; +$a->strings["Enable Buffer Post Addon"] = "Activer l'extension de publication Buffer"; $a->strings["Post to Buffer by default"] = "Publier sur Buffer par défaut"; $a->strings["Check to delete this preset"] = "Cocher pour supprimer ce préréglage"; $a->strings["Posts are going to all accounts that are enabled by default:"] = "Les posts sont envoyés à tous les comptes activés par défault:";