notifyall addon FR translation updated THX kalon33

This commit is contained in:
Tobias Diekershoff 2022-05-25 08:36:09 +02:00
parent 640cc4c717
commit 91f5ba9eab
Signed by: tobias
GPG Key ID: 25FE376FF17694A1
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ msgstr "L'administrateur de %s"
#: NotifyAllEmail.php:42
#, php-format
msgid "%1$s, %2$s Administrator"
msgstr ""
msgstr "L'administrateur de %1$s, %2$s."
#: notifyall.php:22
msgid "Send email to all members"

View File

@ -6,6 +6,7 @@ function string_plural_select_fr($n){
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['%s Administrator'] = 'L\'administrateur de %s';
$a->strings['%1$s, %2$s Administrator'] = 'L\'administrateur de %1$s, %2$s.';
$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';