]> git.mxchange.org Git - friendica-addons.git/blobdiff - numfriends/lang/fr/strings.php
Merge branch '3.6-release'
[friendica-addons.git] / numfriends / lang / fr / strings.php
index 447ae3669a58fddccd5c85801c74332eed91abdf..84ec8c8d19dff51398839b892342d27af5a3cc81 100644 (file)
@@ -1,6 +1,11 @@
-<?php\r
-\r
-$a->strings["Numfriends settings updated."] = "Réglages numfriends sauvés.";\r
-$a->strings["Numfriends Settings"] = "Réglages de numfriends";\r
-$a->strings["How many contacts to display on profile sidebar"] = "Nombre de contacts à montrer sur le panneau latéral du profil";\r
-$a->strings["Submit"] = "Envoyer";\r
+<?php
+
+if(! function_exists("string_plural_select_fr")) {
+function string_plural_select_fr($n){
+       return ($n > 1);;
+}}
+;
+$a->strings["Numfriends settings updated."] = "Configuration de Numfriends mise à jour.";
+$a->strings["Numfriends Settings"] = "Réglages de Numfriends";
+$a->strings["How many contacts to display on profile sidebar"] = "Nombre de contacts à afficher dans le volet de profil";
+$a->strings["Submit"] = "Appliquer";