mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 13:31:10 +00:00
notifyall addon FR translation updated THX kalon33
This commit is contained in:
parent
640cc4c717
commit
91f5ba9eab
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue