X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=buffer%2Flang%2Ffr%2Fstrings.php;h=171cd93e28fdc0d0c6e09e0e02b9a13e8594d271;hb=7777f080475df3218c851bd48ab609bcc54a071d;hp=f86822c5f4003bfaa1605fab64b8a23f7ad22738;hpb=c6e5bc3429c9c610895ba826d841cddd8c0f378b;p=friendica-addons.git diff --git a/buffer/lang/fr/strings.php b/buffer/lang/fr/strings.php index f86822c5..171cd93e 100644 --- a/buffer/lang/fr/strings.php +++ b/buffer/lang/fr/strings.php @@ -2,7 +2,8 @@ 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."; @@ -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 Addon"] = "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:";