mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 10:28:50 +00:00
gnot FR translation update THX ButterflyOfFire
This commit is contained in:
parent
a32fd4df56
commit
98579a7feb
2 changed files with 62 additions and 8 deletions
|
@ -1,8 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Gnot settings updated."] = "Réglages Gnot sauvés.";
|
||||
$a->strings["Gnot Settings"] = "Réglages Gnot";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Autorise l'arborescence des notifications de commentaires sur GMail, et rend la ligne 'Sujet' anonyme.";
|
||||
$a->strings["Enable this addon?"] = "Activer cette extension?";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notification] Commentaire sur la conversation #%d";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
$n = intval($n);
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Gnot settings updated."] = "Paramètres de Gnot mis à jour.";
|
||||
$a->strings["Gnot Settings"] = "Paramètres Gnot";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
|
||||
$a->strings["Enable this addon?"] = "";
|
||||
$a->strings["Submit"] = "";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue