mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
notifyall FR translation added - thx Thecross
This commit is contained in:
parent
95facaefc7
commit
18185e7055
2 changed files with 73 additions and 0 deletions
16
notifyall/lang/fr/strings.php
Normal file
16
notifyall/lang/fr/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Send email to all members"] = "Envoyer un courriel à tous les membres";
|
||||
$a->strings["%s Administrator"] = "";
|
||||
$a->strings["%1\$s, %2\$s Administrator"] = "";
|
||||
$a->strings["No recipients found."] = "Aucun destinataire trouvé.";
|
||||
$a->strings["Emails sent"] = "Courriels envoyés";
|
||||
$a->strings["Send email to all members of this Friendica instance."] = "Envoyer un courriel à tous les membres de cet instance Friendica.";
|
||||
$a->strings["Message subject"] = "Objet du message";
|
||||
$a->strings["Test mode (only send to administrator)"] = "Mode test (envoyer uniquement à l'administrateur)";
|
||||
$a->strings["Submit"] = "Envoyer";
|
Loading…
Add table
Add a link
Reference in a new issue