mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,11 +5,10 @@ function string_plural_select_fr($n){
|
|||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Send email to all members"] = "Envoyer un courriel à tous les membres";
|
||||
$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";
|
||||
$a->strings['Send email to all members'] = 'Envoyer un courriel à tous les membres';
|
||||
$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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue