diff --git a/notifyall/lang/fr/messages.po b/notifyall/lang/fr/messages.po index 1f007cf6..c2db9f63 100644 --- a/notifyall/lang/fr/messages.po +++ b/notifyall/lang/fr/messages.po @@ -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" diff --git a/notifyall/lang/fr/strings.php b/notifyall/lang/fr/strings.php index 273da79c..487f2083 100644 --- a/notifyall/lang/fr/strings.php +++ b/notifyall/lang/fr/strings.php @@ -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';