]> git.mxchange.org Git - friendica-addons.git/blob - notifyall/lang/fr/strings.php
regenerated all the strings
[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 $a->strings['Send email to all members'] = 'Envoyer un courriel à tous les membres';
9 $a->strings['No recipients found.'] = 'Aucun destinataire trouvé.';
10 $a->strings['Emails sent'] = 'Courriels envoyés';
11 $a->strings['Send email to all members of this Friendica instance.'] = 'Envoyer un courriel à tous les membres de cet instance Friendica.';
12 $a->strings['Message subject'] = 'Objet du message';
13 $a->strings['Test mode (only send to administrator)'] = 'Mode test (envoyer uniquement à l\'administrateur)';
14 $a->strings['Submit'] = 'Envoyer';