]> git.mxchange.org Git - friendica-addons.git/blobdiff - diaspora/lang/fr/strings.php
numfriends addon IT translation update THX Sylke Vicious
[friendica-addons.git] / diaspora / lang / fr / strings.php
index 8ba2940c578923231407d3368f5705b556843614..84a0e0c4a054b15b62a7430d19df8b828a3404ab 100644 (file)
@@ -2,13 +2,14 @@
 
 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["Post to Diaspora"] = "Publier sur Diaspora";
 $a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Impossible de se connecter à votre compte Diaspora. Veuillez vérifier votre identifiant et votre mot de passe, et assurez-vous d’avoir indiqué l’adresse complète (y compris le « http:// » initial).";
 $a->strings["Diaspora Export"] = "Export Diaspora";
-$a->strings["Enable Diaspora Post Plugin"] = "Activer l’extension « Publier sur Diaspora »";
+$a->strings["Enable Diaspora Post Addon"] = "Activer l’extension « Publier sur Diaspora »";
 $a->strings["Diaspora username"] = "Identifiant Diaspora";
 $a->strings["Diaspora password"] = "Mot de passe Diaspora";
 $a->strings["Diaspora site URL"] = "Adresse du site Diaspora";