diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-08 13:36:41 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-08 14:07:15 +0000 |
commit | 62bfa33464df8cc413fa4f111ab62e189be0ca32 (patch) | |
tree | 5dd8b0bb0caa1fc3c76e05253641f332a3c10af4 /language/anope.en_US.po | |
parent | b4ab7dadb94c463b46e8bef5bce8c8c531bf1995 (diff) |
Rework how nickname protection works.
- Rename the command and module from kill to protect (this command
hasn't actually killed users in a long time).
- Replace QUICK/IMMED with a duration option.
Diffstat (limited to 'language/anope.en_US.po')
-rw-r--r-- | language/anope.en_US.po | 70 |
1 files changed, 24 insertions, 46 deletions
diff --git a/language/anope.en_US.po b/language/anope.en_US.po index 6141bd51c..647f09e71 100644 --- a/language/anope.en_US.po +++ b/language/anope.en_US.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Anope\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-14 14:57+0000\n" -"PO-Revision-Date: 2024-11-25 01:32+0000\n" +"POT-Creation-Date: 2025-03-08 13:33+0000\n" +"PO-Revision-Date: 2025-03-08 13:33+0000\n" "Last-Translator: Sadie Powell <sadie@witchery.services>\n" "Language-Team: English\n" "Language: en_US\n" @@ -659,10 +659,10 @@ msgstr "" msgid "nickname {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}" msgstr "" -msgid "nickname {ON | OFF}" +msgid "nickname {ON | delay | OFF}" msgstr "" -msgid "nickname {ON | QUICK | IMMED | OFF}" +msgid "nickname {ON | OFF}" msgstr "" msgid "option (channel | bot) settings" @@ -3574,9 +3574,6 @@ msgstr "" msgid "Ignore list:" msgstr "" -msgid "Immediate protection" -msgstr "" - msgid "Incorrect email address." msgstr "" @@ -4740,15 +4737,15 @@ msgid "Protection" msgstr "" #, c-format -msgid "Protection is now off for %s." +msgid "Protection delay must be between %s and %s." msgstr "" #, c-format -msgid "Protection is now on for %s, with a reduced delay." +msgid "Protection is now off for %s." msgstr "" #, c-format -msgid "Protection is now on for %s, with no delay." +msgid "Protection is now on after %lu seconds for %s." msgstr "" #, c-format @@ -4761,9 +4758,6 @@ msgid "" "then enforces the AKILL." msgstr "" -msgid "Quick protection" -msgstr "" - msgid "RANDOMNEWS {ADD|DEL|LIST} [text|num]" msgstr "" @@ -5984,9 +5978,6 @@ msgid "" "shown to users when they join the channel." msgstr "" -msgid "The IMMED option is not available on this network." -msgstr "" - #, c-format msgid "" "The LEVELS command allows fine control over the meaning of\n" @@ -6515,42 +6506,26 @@ msgid "" "information on it using the INFO command.)" msgstr "" -msgid "Turns chanstats channel statistics ON or OFF for this user." -msgstr "" - -msgid "Turns chanstats statistics ON or OFF." -msgstr "" - #, c-format msgid "" -"Turns the automatic protection option for the nick\n" -"on or off. With protection on, if another user\n" -"tries to take the nick, they will be given one minute to\n" -"change to another nick, after which %s will forcibly change\n" -"their nick.\n" -" \n" -"If you select QUICK, the user will be given only 20 seconds\n" -"to change nicks instead of the usual 60. If you select\n" -"IMMED, the user's nick will be changed immediately without being\n" -"warned first or given a chance to change their nick; please\n" -"do not use this option unless necessary. Also, your\n" -"network's administrators may have disabled this option." +"Turns automatic protection for the nick on or off. With\n" +"protection on if a user tries to use a nickname from the\n" +"nick's group they will be given some time to change their\n" +"nick after which %s will forcibly change their nick." msgstr "" #, c-format msgid "" -"Turns the automatic protection option for your nick\n" -"on or off. With protection on, if another user\n" -"tries to take your nick, they will be given one minute to\n" -"change to another nick, after which %s will forcibly change\n" -"their nick.\n" -" \n" -"If you select QUICK, the user will be given only 20 seconds\n" -"to change nicks instead of the usual 60. If you select\n" -"IMMED, the user's nick will be changed immediately without being\n" -"warned first or given a chance to change their nick; please\n" -"do not use this option unless necessary. Also, your\n" -"network's administrators may have disabled this option." +"Turns automatic protection for your account on or off. With\n" +"protection on if another user tries to use a nickname from\n" +"your group they will be given some time to change their nick\n" +"after which %s will forcibly change their nick." +msgstr "" + +msgid "Turns chanstats channel statistics ON or OFF for this user." +msgstr "" + +msgid "Turns chanstats statistics ON or OFF." msgstr "" msgid "Type" @@ -7419,3 +7394,6 @@ msgstr "" msgid "{nick | channel} memo-text" msgstr "" + +msgid "{ON | delay | OFF}" +msgstr "" |