Merge branch '3.6-release'
[friendica-addons.git] / notifyall / lang / fr / strings.php
diff --git a/notifyall/lang/fr/strings.php b/notifyall/lang/fr/strings.php
new file mode 100644 (file)
index 0000000..b0fbefa
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+
+if(! function_exists("string_plural_select_fr")) {
+function string_plural_select_fr($n){
+       return ($n > 1);;
+}}
+;
+$a->strings["Send email to all members"] = "Envoyer un courriel à tous les membres";
+$a->strings["%s Administrator"] = "";
+$a->strings["%1\$s, %2\$s Administrator"] = "";
+$a->strings["No recipients found."] = "Aucun destinataire trouvé.";
+$a->strings["Emails sent"] = "Courriels envoyés";
+$a->strings["Send email to all members of this Friendica instance."] = "Envoyer un courriel à tous les membres de cet instance Friendica.";
+$a->strings["Message subject"] = "Objet du message";
+$a->strings["Test mode (only send to administrator)"] = "Mode test (envoyer uniquement à l'administrateur)";
+$a->strings["Submit"] = "Envoyer";