]> git.mxchange.org Git - friendica-addons.git/blob - notifyall/lang/fr/strings.php
regenerated all strings.php files from the current translation strings (message.po)
[friendica-addons.git] / notifyall / lang / fr / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fr")) {
4 function string_plural_select_fr($n){
5         $n = intval($n);
6         return intval($n > 1);
7 }}
8 ;
9 $a->strings["Send email to all members"] = "Envoyer un courriel à tous les membres";
10 $a->strings["No recipients found."] = "Aucun destinataire trouvé.";
11 $a->strings["Emails sent"] = "Courriels envoyés";
12 $a->strings["Send email to all members of this Friendica instance."] = "Envoyer un courriel à tous les membres de cet instance Friendica.";
13 $a->strings["Message subject"] = "Objet du message";
14 $a->strings["Test mode (only send to administrator)"] = "Mode test (envoyer uniquement à l'administrateur)";
15 $a->strings["Submit"] = "Envoyer";