mirror of
https://github.com/anope/anope.git
synced 2026-06-12 17:24:49 +02:00
Add support for disabling automatic login.
Automatic login was created before we had SASL. Now, if a user wants to log in using their client certificate they can use SASL EXTERNAL.
This commit is contained in:
+21
-5
@@ -16,8 +16,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Anope\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-02-14 15:15+0000\n"
|
||||
"PO-Revision-Date: 2026-02-14 15:15+0000\n"
|
||||
"POT-Creation-Date: 2026-02-22 16:58+0000\n"
|
||||
"PO-Revision-Date: 2026-02-22 16:58+0000\n"
|
||||
"Last-Translator: Sadie Powell <sadie@witchery.services>\n"
|
||||
"Language-Team: English\n"
|
||||
"Language: en_US\n"
|
||||
@@ -1141,6 +1141,14 @@ msgstr ""
|
||||
msgid "%s will not send you any notification of memos."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%s will now be automatically logged in when they connect using a known SSL certificate."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%s will now not be automatically logged in when they connect using a known SSL certificate."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%s will now notify you of memos when they are sent to you."
|
||||
msgstr ""
|
||||
@@ -1780,9 +1788,6 @@ msgstr ""
|
||||
msgid "Associate a greet message with your nickname"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate an email address with the channel"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate an email address with your nickname"
|
||||
msgstr ""
|
||||
|
||||
@@ -5035,6 +5040,10 @@ msgstr ""
|
||||
msgid "Sets whether the given nickname can be added to a channel access list."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Sets whether the given nickname should automatically be logged in when they connect using a known SSL certificate. You can configure their SSL certificate using the %s command."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Sets whether the given nickname will be given its status modes in channels automatically. Set to ON to allow %s to set status modes on the given nickname automatically when it is entering channels. Note that depending on channel settings some modes may not get set automatically."
|
||||
msgstr ""
|
||||
@@ -5045,6 +5054,13 @@ msgstr ""
|
||||
msgid "Sets whether you can be added to a channel access list."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sets whether you should automatically be logged in when you connect using a known SSL certificate."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Sets whether you should automatically be logged in when you connect using a known SSL certificate. You can configure your SSL certificate using the %s command."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Sets whether you will be given your channel status modes automatically. Set to ON to allow %s to set status modes on you automatically when entering channels. Note that depending on channel settings some modes may not get set automatically."
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user