From 8f5c350c03fce4992695b7cb922a8c71c8a7b1c6 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Mon, 4 Feb 2019 04:18:35 +1000 Subject: [PATCH] New translations chanserv.lang.json (Danish) --- languages/da-DK-chanserv.lang.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 languages/da-DK-chanserv.lang.json diff --git a/languages/da-DK-chanserv.lang.json b/languages/da-DK-chanserv.lang.json new file mode 100644 index 00000000..627b7fc8 --- /dev/null +++ b/languages/da-DK-chanserv.lang.json @@ -0,0 +1,7 @@ +{ + "ChanServ lets you register and manage channels.\n\nTo see in-depth help for a specific ChanServ command, try:\n $b/CS HELP $b\n\nHere are the commands you can use:\n%s": "", + "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.": "", + "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.": "", + "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.": "", + "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.": "" +}