FR and HU translation updates #1253

Merged
tobiasd merged 3 commits from 20220525-frhu into 2022.05-rc 2022-05-25 15:05:16 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 91f5ba9eab - Show all commits

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';