Browse Source

New translations chanserv.lang.json (French)

tags/v1.2.0-rc1
Daniel Oaks 4 years ago
parent
commit
5cb14cec57
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      languages/fr-FR-chanserv.lang.json

+ 6
- 6
languages/fr-FR-chanserv.lang.json View File

@@ -1,11 +1,11 @@
1 1
 {
2
-  "$bAMODE$b modifies persistent mode settings for channel members.": "",
3
-  "$bOP$b makes the given user (or yourself) a channel admin.": "",
4
-  "$bREGISTER$b lets you own a given channel.": "",
5
-  "$bUNREGISTER$b deletes a channel registration.": "",
6
-  "ChanServ lets you register and manage channels.\n\nTo see in-depth help for a specific ChanServ command, try:\n    $b/CS HELP <command>$b\n\nHere are the commands you can use:\n%s": "",
2
+  "$bAMODE$b modifies persistent mode settings for channel members.": "$bAMODE$b modifie les modes persistants attribués aux membres du salon.",
3
+  "$bOP$b makes the given user (or yourself) a channel admin.": "$bOP$b fait de vous, ou de quelqu’un d’autre, un·e administrateurice du salon.",
4
+  "$bREGISTER$b lets you own a given channel.": "$bREGISTER$b vous permet de réserver un salon.",
5
+  "$bUNREGISTER$b deletes a channel registration.": "$bUNREGISTER$b supprime l’enregistrement d’un salon.",
6
+  "ChanServ lets you register and manage channels.\n\nTo see in-depth help for a specific ChanServ command, try:\n    $b/CS HELP <command>$b\n\nHere are the commands you can use:\n%s": "ChanServ vous permet d’enregistrer et d’administrer des salons.\n\nPour obtenir l’aide détaillée d’une commande spécifique, essayez :\n    $b/CS HELP <commande>$b\n\nVoici les commandes à votre disposition :\n%s",
7 7
   "Syntax: $bAMODE #channel [mode change] [account]$b\n\nAMODE lists or modifies persistent mode settings that affect channel members.\nFor example, $bAMODE #channel +o dan$b grants the the holder of the \"dan\"\naccount the +o operator mode every time they join #channel. To list current\naccounts and modes, use $bAMODE #channel$b. Note that users are always\nreferenced by their registered account names, not their nicknames.": "",
8
-  "Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
8
+  "Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "Syntaxe : $bOP #Salon [Nom]$b\n\nOP fait de vous, ou de quelqu’un d’autre, un·e administrateurice du salon. Cette commande est seulement disponible si vous avez créé ledit salon.",
9 9
   "Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
10 10
   "Syntax: $bUNREGISTER #channel [code]$b\n\nUNREGISTER deletes a channel registration, allowing someone else to claim it.\nTo prevent accidental unregistrations, a verification code is required;\ninvoking the command without a code will display the necessary code.": ""
11 11
 }

Loading…
Cancel
Save