]> git.mxchange.org Git - friendica-addons.git/commitdiff
notifyall addon FR translation updated THX kalon33
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 25 May 2022 06:36:09 +0000 (08:36 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 25 May 2022 06:36:09 +0000 (08:36 +0200)
notifyall/lang/fr/messages.po
notifyall/lang/fr/strings.php

index 1f007cf6a257f00424357aa65ac6c8c3d3b65e3e..c2db9f63a88eca54c70fe9f5ffa1701185c81ac8 100644 (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"
index 273da79ce1a06c2836950d98936c1c6d0947d3f7..487f2083bacd9f2b4106cc1eeb8d297de6cc0c2a 100644 (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';