mirror of
https://github.com/anope/anope.git
synced 2026-07-05 21:33:14 +02:00
Rework sending global notices.
Admins can now queue multiple messages and send them when they are ready. This is fully compatible with the previous global behaviour. Admins can now also send messages to individual servers. This is useful for informing users of maintenance due to downtime.
This commit is contained in:
+319
-225
@@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Anope\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-12 19:17+0000\n"
|
||||
"PO-Revision-Date: 2024-03-12 19:17+0000\n"
|
||||
"POT-Creation-Date: 2024-03-14 21:31+0000\n"
|
||||
"PO-Revision-Date: 2024-03-14 21:31+0000\n"
|
||||
"Last-Translator: Sadie Powell <sadie@witchery.services>\n"
|
||||
"Language-Team: English\n"
|
||||
"Language: en_US\n"
|
||||
@@ -754,6 +754,9 @@ msgstr "pattern [SUSPENDED] [NOEXPIRE]"
|
||||
msgid "pattern [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
|
||||
msgstr "pattern [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
|
||||
|
||||
msgid "server [message]"
|
||||
msgstr "server [message]"
|
||||
|
||||
msgid "server [reason]"
|
||||
msgstr "server [reason]"
|
||||
|
||||
@@ -1714,6 +1717,9 @@ msgstr "A vHost must be in the format of a valid hostname."
|
||||
msgid "ADD expiry {nick|mask} [reason]"
|
||||
msgstr "ADD expiry {nick|mask} [reason]"
|
||||
|
||||
msgid "ADD message"
|
||||
msgstr "ADD message"
|
||||
|
||||
msgid "ADD oper type"
|
||||
msgstr "ADD oper type"
|
||||
|
||||
@@ -2029,235 +2035,272 @@ msgstr "Allowed to use the MODE command"
|
||||
msgid "Allowed to view the access list"
|
||||
msgstr "Allowed to view the access list"
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to change modes for any channel.\n"
|
||||
"Parameters are the same as for the standard /MODE command.\n"
|
||||
"Alternatively, CLEAR may be given to clear all modes on the channel.\n"
|
||||
"If CLEAR ALL is given then all modes, including user status, is removed."
|
||||
msgstr ""
|
||||
"Allows Services Operators to change modes for any channel.\n"
|
||||
"Parameters are the same as for the standard /MODE command.\n"
|
||||
"Alternatively, CLEAR may be given to clear all modes on the channel.\n"
|
||||
"If CLEAR ALL is given then all modes, including user status, is removed."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to change modes for any user.\n"
|
||||
"Parameters are the same as for the standard /MODE command."
|
||||
msgstr ""
|
||||
"Allows Services Operators to change modes for any user.\n"
|
||||
"Parameters are the same as for the standard /MODE command."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to create, modify, and delete\n"
|
||||
"bots that users will be able to use on their own\n"
|
||||
"channels.\n"
|
||||
" \n"
|
||||
"BOT ADD adds a bot with the given nickname, username,\n"
|
||||
"hostname and realname. Since no integrity checks are done\n"
|
||||
"for these settings, be really careful.\n"
|
||||
" \n"
|
||||
"BOT CHANGE allows you to change the nickname, username, hostname\n"
|
||||
"or realname of a bot without deleting it (and\n"
|
||||
"all the data associated with it).\n"
|
||||
" \n"
|
||||
"BOT DEL removes the given bot from the bot list.\n"
|
||||
" \n"
|
||||
"Note: You cannot create a bot with a nick that is\n"
|
||||
"currently registered. If an unregistered user is currently\n"
|
||||
"using the nick, they will be killed."
|
||||
msgstr ""
|
||||
"Allows Services Operators to create, modify, and delete\n"
|
||||
"bots that users will be able to use on their own\n"
|
||||
"channels.\n"
|
||||
" \n"
|
||||
"BOT ADD adds a bot with the given nickname, username,\n"
|
||||
"hostname and realname. Since no integrity checks are done\n"
|
||||
"for these settings, be really careful.\n"
|
||||
" \n"
|
||||
"BOT CHANGE allows you to change the nickname, username, hostname\n"
|
||||
"or realname of a bot without deleting it (and\n"
|
||||
"all the data associated with it).\n"
|
||||
" \n"
|
||||
"BOT DEL removes the given bot from the bot list.\n"
|
||||
" \n"
|
||||
"Note: You cannot create a bot with a nick that is\n"
|
||||
"currently registered. If an unregistered user is currently\n"
|
||||
"using the nick, they will be killed."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to make services ignore a nick or mask\n"
|
||||
"for a certain time or until the next restart. The default\n"
|
||||
"time format is seconds. You can specify it by using units.\n"
|
||||
"Valid units are: s for seconds, m for minutes,\n"
|
||||
"h for hours and d for days.\n"
|
||||
"Combinations of these units are not permitted.\n"
|
||||
"To make services permanently ignore the user, type 0 as time.\n"
|
||||
"When adding a mask, it should be in the format nick!user@host,\n"
|
||||
"everything else will be considered a nick. Wildcards are permitted.\n"
|
||||
" \n"
|
||||
"Ignores will not be enforced on IRC Operators."
|
||||
msgstr ""
|
||||
"Allows Services Operators to make services ignore a nick or mask\n"
|
||||
"for a certain time or until the next restart. The default\n"
|
||||
"time format is seconds. You can specify it by using units.\n"
|
||||
"Valid units are: s for seconds, m for minutes,\n"
|
||||
"h for hours and d for days.\n"
|
||||
"Combinations of these units are not permitted.\n"
|
||||
"To make services permanently ignore the user, type 0 as time.\n"
|
||||
"When adding a mask, it should be in the format nick!user@host,\n"
|
||||
"everything else will be considered a nick. Wildcards are permitted.\n"
|
||||
" \n"
|
||||
"Ignores will not be enforced on IRC Operators."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to manipulate the AKILL list. If\n"
|
||||
"a user matching an AKILL mask attempts to connect, services\n"
|
||||
"will issue a KILL for that user and, on supported server\n"
|
||||
"types, will instruct all servers to add a ban for the mask\n"
|
||||
"which the user matched.\n"
|
||||
" \n"
|
||||
"AKILL ADD adds the given mask to the AKILL\n"
|
||||
"list for the given reason, which must be given.\n"
|
||||
"Mask should be in the format of nick!user@host#real name,\n"
|
||||
"though all that is required is user@host. If a real name is specified,\n"
|
||||
"the reason must be prepended with a :.\n"
|
||||
"expiry is specified as an integer followed by one of d\n"
|
||||
"(days), h (hours), or m (minutes). Combinations (such as\n"
|
||||
"1h30m) are not permitted. If a unit specifier is not\n"
|
||||
"included, the default is days (so +30 by itself means 30\n"
|
||||
"days). To add an AKILL which does not expire, use +0. If the\n"
|
||||
"usermask to be added starts with a +, an expiry time must\n"
|
||||
"be given, even if it is the same as the default. The\n"
|
||||
"current AKILL default expiry time can be found with the\n"
|
||||
"STATS AKILL command."
|
||||
msgstr ""
|
||||
"Allows Services Operators to manipulate the AKILL list. If\n"
|
||||
"a user matching an AKILL mask attempts to connect, services\n"
|
||||
"will issue a KILL for that user and, on supported server\n"
|
||||
"types, will instruct all servers to add a ban for the mask\n"
|
||||
"which the user matched.\n"
|
||||
" \n"
|
||||
"AKILL ADD adds the given mask to the AKILL\n"
|
||||
"list for the given reason, which must be given.\n"
|
||||
"Mask should be in the format of nick!user@host#real name,\n"
|
||||
"though all that is required is user@host. If a real name is specified,\n"
|
||||
"the reason must be prepended with a :.\n"
|
||||
"expiry is specified as an integer followed by one of d\n"
|
||||
"(days), h (hours), or m (minutes). Combinations (such as\n"
|
||||
"1h30m) are not permitted. If a unit specifier is not\n"
|
||||
"included, the default is days (so +30 by itself means 30\n"
|
||||
"days). To add an AKILL which does not expire, use +0. If the\n"
|
||||
"usermask to be added starts with a +, an expiry time must\n"
|
||||
"be given, even if it is the same as the default. The\n"
|
||||
"current AKILL default expiry time can be found with the\n"
|
||||
"STATS AKILL command."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to manipulate the SNLINE list. If\n"
|
||||
"a user with a realname matching an SNLINE mask attempts to\n"
|
||||
"connect, services will not allow them to pursue their IRC\n"
|
||||
"session."
|
||||
msgstr ""
|
||||
"Allows Services Operators to manipulate the SNLINE list. If\n"
|
||||
"a user with a realname matching an SNLINE mask attempts to\n"
|
||||
"connect, services will not allow them to pursue their IRC\n"
|
||||
"session."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to manipulate the SQLINE list. If\n"
|
||||
"a user with a nick matching an SQLINE mask attempts to\n"
|
||||
"connect, services will not allow them to pursue their IRC\n"
|
||||
"session.\n"
|
||||
"If the first character of the mask is #, services will\n"
|
||||
"prevent the use of matching channels. If the mask is a\n"
|
||||
"regular expression, the expression will be matched against\n"
|
||||
"channels too."
|
||||
msgstr ""
|
||||
"Allows Services Operators to manipulate the SQLINE list. If\n"
|
||||
"a user with a nick matching an SQLINE mask attempts to\n"
|
||||
"connect, services will not allow them to pursue their IRC\n"
|
||||
"session.\n"
|
||||
"If the first character of the mask is #, services will\n"
|
||||
"prevent the use of matching channels. If the mask is a\n"
|
||||
"regular expression, the expression will be matched against\n"
|
||||
"channels too."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to manipulate the list of hosts that\n"
|
||||
"have specific session limits - allowing certain machines,\n"
|
||||
"such as shell servers, to carry more than the default number\n"
|
||||
"of clients at a time. Once a host reaches its session limit,\n"
|
||||
"all clients attempting to connect from that host will be\n"
|
||||
"killed. Before the user is killed, they are notified, of a\n"
|
||||
"source of help regarding session limiting. The content of\n"
|
||||
"this notice is a config setting."
|
||||
msgstr ""
|
||||
"Allows Services Operators to manipulate the list of hosts that\n"
|
||||
"have specific session limits - allowing certain machines,\n"
|
||||
"such as shell servers, to carry more than the default number\n"
|
||||
"of clients at a time. Once a host reaches its session limit,\n"
|
||||
"all clients attempting to connect from that host will be\n"
|
||||
"killed. Before the user is killed, they are notified, of a\n"
|
||||
"source of help regarding session limiting. The content of\n"
|
||||
"this notice is a config setting."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to view the session list.\n"
|
||||
" \n"
|
||||
"SESSION LIST lists hosts with at least threshold sessions.\n"
|
||||
"The threshold must be a number greater than 1. This is to\n"
|
||||
"prevent accidental listing of the large number of single\n"
|
||||
"session hosts.\n"
|
||||
" \n"
|
||||
"SESSION VIEW displays detailed information about a specific\n"
|
||||
"host - including the current session count and session limit.\n"
|
||||
"The host value may not include wildcards.\n"
|
||||
" \n"
|
||||
"See the EXCEPTION help for more information about session\n"
|
||||
"limiting and how to set session limits specific to certain\n"
|
||||
"hosts and groups thereof."
|
||||
msgstr ""
|
||||
"Allows Services Operators to view the session list.\n"
|
||||
" \n"
|
||||
"SESSION LIST lists hosts with at least threshold sessions.\n"
|
||||
"The threshold must be a number greater than 1. This is to\n"
|
||||
"prevent accidental listing of the large number of single\n"
|
||||
"session hosts.\n"
|
||||
" \n"
|
||||
"SESSION VIEW displays detailed information about a specific\n"
|
||||
"host - including the current session count and session limit.\n"
|
||||
"The host value may not include wildcards.\n"
|
||||
" \n"
|
||||
"See the EXCEPTION help for more information about session\n"
|
||||
"limiting and how to set session limits specific to certain\n"
|
||||
"hosts and groups thereof."
|
||||
|
||||
msgid ""
|
||||
"Allows manipulating the topic of the specified channel.\n"
|
||||
"The SET command changes the topic of the channel to the given topic\n"
|
||||
"or unsets the topic if no topic is given. The APPEND command appends\n"
|
||||
"the given topic to the existing topic.\n"
|
||||
" \n"
|
||||
"LOCK and UNLOCK may be used to enable and disable topic lock. When\n"
|
||||
"topic lock is set, the channel topic will be unchangeable by users who do not have\n"
|
||||
"the TOPIC privilege."
|
||||
msgstr ""
|
||||
"Allows manipulating the topic of the specified channel.\n"
|
||||
"The SET command changes the topic of the channel to the given topic\n"
|
||||
"or unsets the topic if no topic is given. The APPEND command appends\n"
|
||||
"the given topic to the existing topic.\n"
|
||||
" \n"
|
||||
"LOCK and UNLOCK may be used to enable and disable topic lock. When\n"
|
||||
"topic lock is set, the channel topic will be unchangeable by users who do not have\n"
|
||||
"the TOPIC privilege."
|
||||
|
||||
msgid ""
|
||||
"Allows queueing messages to send to users on the network.\n"
|
||||
"\n"
|
||||
"The QUEUE ADD command adds the given message to the message queue.\n"
|
||||
"The QUEUE CLEAR command clears the message queue.\n"
|
||||
"The QUEUE DEL command removes the specified message from the message queue. The\n"
|
||||
"message number can be obtained from the output of the QUEUE LIST command.\n"
|
||||
"The QUEUE LIST command lists all messages that are currently in the message queue."
|
||||
msgstr ""
|
||||
"Allows queueing messages to send to users on the network.\n"
|
||||
"\n"
|
||||
"The QUEUE ADD command adds the given message to the message queue.\n"
|
||||
"The QUEUE CLEAR command clears the message queue.\n"
|
||||
"The QUEUE DEL command removes the specified message from the message queue. The\n"
|
||||
"message number can be obtained from the output of the QUEUE LIST command.\n"
|
||||
"The QUEUE LIST command lists all messages that are currently in the message queue."
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Allows Administrators to send messages to all users on the\n"
|
||||
"network. The message will be sent from the nick %s."
|
||||
"Allows sending messages to all users on a server. The message will be sent\n"
|
||||
"from %s.\n"
|
||||
"\n"
|
||||
"You can either send a message by specifying it as a parameter or provide no\n"
|
||||
"parameters to send a previously queued message.\n"
|
||||
msgstr ""
|
||||
"Allows Administrators to send messages to all users on the\n"
|
||||
"network. The message will be sent from the nick %s."
|
||||
"Allows sending messages to all users on a server. The message will be sent\n"
|
||||
"from %s.\n"
|
||||
"\n"
|
||||
"You can either send a message by specifying it as a parameter or provide no\n"
|
||||
"parameters to send a previously queued message.\n"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Allows Services Operators to change modes for any channel.\n"
|
||||
"Parameters are the same as for the standard /MODE command.\n"
|
||||
"Alternatively, CLEAR may be given to clear all modes on the channel.\n"
|
||||
"If CLEAR ALL is given then all modes, including user status, is removed."
|
||||
"Allows sending messages to all users on the network. The message will be sent\n"
|
||||
"from %s.\n"
|
||||
"\n"
|
||||
"You can either send a message by specifying it as a parameter or provide no\n"
|
||||
"parameters to send a previously queued message.\n"
|
||||
msgstr ""
|
||||
"Allows Services Operators to change modes for any channel.\n"
|
||||
"Parameters are the same as for the standard /MODE command.\n"
|
||||
"Alternatively, CLEAR may be given to clear all modes on the channel.\n"
|
||||
"If CLEAR ALL is given then all modes, including user status, is removed."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to change modes for any user.\n"
|
||||
"Parameters are the same as for the standard /MODE command."
|
||||
msgstr ""
|
||||
"Allows Services Operators to change modes for any user.\n"
|
||||
"Parameters are the same as for the standard /MODE command."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to create, modify, and delete\n"
|
||||
"bots that users will be able to use on their own\n"
|
||||
"channels.\n"
|
||||
" \n"
|
||||
"BOT ADD adds a bot with the given nickname, username,\n"
|
||||
"hostname and realname. Since no integrity checks are done\n"
|
||||
"for these settings, be really careful.\n"
|
||||
" \n"
|
||||
"BOT CHANGE allows you to change the nickname, username, hostname\n"
|
||||
"or realname of a bot without deleting it (and\n"
|
||||
"all the data associated with it).\n"
|
||||
" \n"
|
||||
"BOT DEL removes the given bot from the bot list.\n"
|
||||
" \n"
|
||||
"Note: You cannot create a bot with a nick that is\n"
|
||||
"currently registered. If an unregistered user is currently\n"
|
||||
"using the nick, they will be killed."
|
||||
msgstr ""
|
||||
"Allows Services Operators to create, modify, and delete\n"
|
||||
"bots that users will be able to use on their own\n"
|
||||
"channels.\n"
|
||||
" \n"
|
||||
"BOT ADD adds a bot with the given nickname, username,\n"
|
||||
"hostname and realname. Since no integrity checks are done\n"
|
||||
"for these settings, be really careful.\n"
|
||||
" \n"
|
||||
"BOT CHANGE allows you to change the nickname, username, hostname\n"
|
||||
"or realname of a bot without deleting it (and\n"
|
||||
"all the data associated with it).\n"
|
||||
" \n"
|
||||
"BOT DEL removes the given bot from the bot list.\n"
|
||||
" \n"
|
||||
"Note: You cannot create a bot with a nick that is\n"
|
||||
"currently registered. If an unregistered user is currently\n"
|
||||
"using the nick, they will be killed."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to make services ignore a nick or mask\n"
|
||||
"for a certain time or until the next restart. The default\n"
|
||||
"time format is seconds. You can specify it by using units.\n"
|
||||
"Valid units are: s for seconds, m for minutes,\n"
|
||||
"h for hours and d for days.\n"
|
||||
"Combinations of these units are not permitted.\n"
|
||||
"To make services permanently ignore the user, type 0 as time.\n"
|
||||
"When adding a mask, it should be in the format nick!user@host,\n"
|
||||
"everything else will be considered a nick. Wildcards are permitted.\n"
|
||||
" \n"
|
||||
"Ignores will not be enforced on IRC Operators."
|
||||
msgstr ""
|
||||
"Allows Services Operators to make services ignore a nick or mask\n"
|
||||
"for a certain time or until the next restart. The default\n"
|
||||
"time format is seconds. You can specify it by using units.\n"
|
||||
"Valid units are: s for seconds, m for minutes,\n"
|
||||
"h for hours and d for days.\n"
|
||||
"Combinations of these units are not permitted.\n"
|
||||
"To make services permanently ignore the user, type 0 as time.\n"
|
||||
"When adding a mask, it should be in the format nick!user@host,\n"
|
||||
"everything else will be considered a nick. Wildcards are permitted.\n"
|
||||
" \n"
|
||||
"Ignores will not be enforced on IRC Operators."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to manipulate the AKILL list. If\n"
|
||||
"a user matching an AKILL mask attempts to connect, services\n"
|
||||
"will issue a KILL for that user and, on supported server\n"
|
||||
"types, will instruct all servers to add a ban for the mask\n"
|
||||
"which the user matched.\n"
|
||||
" \n"
|
||||
"AKILL ADD adds the given mask to the AKILL\n"
|
||||
"list for the given reason, which must be given.\n"
|
||||
"Mask should be in the format of nick!user@host#real name,\n"
|
||||
"though all that is required is user@host. If a real name is specified,\n"
|
||||
"the reason must be prepended with a :.\n"
|
||||
"expiry is specified as an integer followed by one of d\n"
|
||||
"(days), h (hours), or m (minutes). Combinations (such as\n"
|
||||
"1h30m) are not permitted. If a unit specifier is not\n"
|
||||
"included, the default is days (so +30 by itself means 30\n"
|
||||
"days). To add an AKILL which does not expire, use +0. If the\n"
|
||||
"usermask to be added starts with a +, an expiry time must\n"
|
||||
"be given, even if it is the same as the default. The\n"
|
||||
"current AKILL default expiry time can be found with the\n"
|
||||
"STATS AKILL command."
|
||||
msgstr ""
|
||||
"Allows Services Operators to manipulate the AKILL list. If\n"
|
||||
"a user matching an AKILL mask attempts to connect, services\n"
|
||||
"will issue a KILL for that user and, on supported server\n"
|
||||
"types, will instruct all servers to add a ban for the mask\n"
|
||||
"which the user matched.\n"
|
||||
" \n"
|
||||
"AKILL ADD adds the given mask to the AKILL\n"
|
||||
"list for the given reason, which must be given.\n"
|
||||
"Mask should be in the format of nick!user@host#real name,\n"
|
||||
"though all that is required is user@host. If a real name is specified,\n"
|
||||
"the reason must be prepended with a :.\n"
|
||||
"expiry is specified as an integer followed by one of d\n"
|
||||
"(days), h (hours), or m (minutes). Combinations (such as\n"
|
||||
"1h30m) are not permitted. If a unit specifier is not\n"
|
||||
"included, the default is days (so +30 by itself means 30\n"
|
||||
"days). To add an AKILL which does not expire, use +0. If the\n"
|
||||
"usermask to be added starts with a +, an expiry time must\n"
|
||||
"be given, even if it is the same as the default. The\n"
|
||||
"current AKILL default expiry time can be found with the\n"
|
||||
"STATS AKILL command."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to manipulate the SNLINE list. If\n"
|
||||
"a user with a realname matching an SNLINE mask attempts to\n"
|
||||
"connect, services will not allow them to pursue their IRC\n"
|
||||
"session."
|
||||
msgstr ""
|
||||
"Allows Services Operators to manipulate the SNLINE list. If\n"
|
||||
"a user with a realname matching an SNLINE mask attempts to\n"
|
||||
"connect, services will not allow them to pursue their IRC\n"
|
||||
"session."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to manipulate the SQLINE list. If\n"
|
||||
"a user with a nick matching an SQLINE mask attempts to\n"
|
||||
"connect, services will not allow them to pursue their IRC\n"
|
||||
"session.\n"
|
||||
"If the first character of the mask is #, services will\n"
|
||||
"prevent the use of matching channels. If the mask is a\n"
|
||||
"regular expression, the expression will be matched against\n"
|
||||
"channels too."
|
||||
msgstr ""
|
||||
"Allows Services Operators to manipulate the SQLINE list. If\n"
|
||||
"a user with a nick matching an SQLINE mask attempts to\n"
|
||||
"connect, services will not allow them to pursue their IRC\n"
|
||||
"session.\n"
|
||||
"If the first character of the mask is #, services will\n"
|
||||
"prevent the use of matching channels. If the mask is a\n"
|
||||
"regular expression, the expression will be matched against\n"
|
||||
"channels too."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to manipulate the list of hosts that\n"
|
||||
"have specific session limits - allowing certain machines,\n"
|
||||
"such as shell servers, to carry more than the default number\n"
|
||||
"of clients at a time. Once a host reaches its session limit,\n"
|
||||
"all clients attempting to connect from that host will be\n"
|
||||
"killed. Before the user is killed, they are notified, of a\n"
|
||||
"source of help regarding session limiting. The content of\n"
|
||||
"this notice is a config setting."
|
||||
msgstr ""
|
||||
"Allows Services Operators to manipulate the list of hosts that\n"
|
||||
"have specific session limits - allowing certain machines,\n"
|
||||
"such as shell servers, to carry more than the default number\n"
|
||||
"of clients at a time. Once a host reaches its session limit,\n"
|
||||
"all clients attempting to connect from that host will be\n"
|
||||
"killed. Before the user is killed, they are notified, of a\n"
|
||||
"source of help regarding session limiting. The content of\n"
|
||||
"this notice is a config setting."
|
||||
|
||||
msgid ""
|
||||
"Allows Services Operators to view the session list.\n"
|
||||
" \n"
|
||||
"SESSION LIST lists hosts with at least threshold sessions.\n"
|
||||
"The threshold must be a number greater than 1. This is to\n"
|
||||
"prevent accidental listing of the large number of single\n"
|
||||
"session hosts.\n"
|
||||
" \n"
|
||||
"SESSION VIEW displays detailed information about a specific\n"
|
||||
"host - including the current session count and session limit.\n"
|
||||
"The host value may not include wildcards.\n"
|
||||
" \n"
|
||||
"See the EXCEPTION help for more information about session\n"
|
||||
"limiting and how to set session limits specific to certain\n"
|
||||
"hosts and groups thereof."
|
||||
msgstr ""
|
||||
"Allows Services Operators to view the session list.\n"
|
||||
" \n"
|
||||
"SESSION LIST lists hosts with at least threshold sessions.\n"
|
||||
"The threshold must be a number greater than 1. This is to\n"
|
||||
"prevent accidental listing of the large number of single\n"
|
||||
"session hosts.\n"
|
||||
" \n"
|
||||
"SESSION VIEW displays detailed information about a specific\n"
|
||||
"host - including the current session count and session limit.\n"
|
||||
"The host value may not include wildcards.\n"
|
||||
" \n"
|
||||
"See the EXCEPTION help for more information about session\n"
|
||||
"limiting and how to set session limits specific to certain\n"
|
||||
"hosts and groups thereof."
|
||||
|
||||
msgid ""
|
||||
"Allows manipulating the topic of the specified channel.\n"
|
||||
"The SET command changes the topic of the channel to the given topic\n"
|
||||
"or unsets the topic if no topic is given. The APPEND command appends\n"
|
||||
"the given topic to the existing topic.\n"
|
||||
" \n"
|
||||
"LOCK and UNLOCK may be used to enable and disable topic lock. When\n"
|
||||
"topic lock is set, the channel topic will be unchangeable by users who do not have\n"
|
||||
"the TOPIC privilege."
|
||||
msgstr ""
|
||||
"Allows manipulating the topic of the specified channel.\n"
|
||||
"The SET command changes the topic of the channel to the given topic\n"
|
||||
"or unsets the topic if no topic is given. The APPEND command appends\n"
|
||||
"the given topic to the existing topic.\n"
|
||||
" \n"
|
||||
"LOCK and UNLOCK may be used to enable and disable topic lock. When\n"
|
||||
"topic lock is set, the channel topic will be unchangeable by users who do not have\n"
|
||||
"the TOPIC privilege."
|
||||
"Allows sending messages to all users on the network. The message will be sent\n"
|
||||
"from %s.\n"
|
||||
"\n"
|
||||
"You can either send a message by specifying it as a parameter or provide no\n"
|
||||
"parameters to send a previously queued message.\n"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
@@ -3160,6 +3203,9 @@ msgstr "Current number of SQLINEs: %zu"
|
||||
msgid "Current users: %zu (%d ops)"
|
||||
msgstr "Current users: %zu (%d ops)"
|
||||
|
||||
msgid "DEL entry-num"
|
||||
msgstr "DEL entry-num"
|
||||
|
||||
msgid "DEL oper"
|
||||
msgstr "DEL oper"
|
||||
|
||||
@@ -3333,6 +3379,10 @@ msgstr "Deleted %d entries from the %s list."
|
||||
msgid "Deleted %d entries from the AKILL list."
|
||||
msgstr "Deleted %d entries from the AKILL list."
|
||||
|
||||
#, c-format
|
||||
msgid "Deleted %u entries from your message queue."
|
||||
msgstr "Deleted %u entries from your message queue."
|
||||
|
||||
#, c-format
|
||||
msgid "Deleted 1 entry from %s access list."
|
||||
msgstr "Deleted 1 entry from %s access list."
|
||||
@@ -3363,6 +3413,9 @@ msgstr "Deleted info from %s."
|
||||
msgid "Deleted one entry from %s %s list."
|
||||
msgstr "Deleted one entry from %s %s list."
|
||||
|
||||
msgid "Deleted one entry from your message queue."
|
||||
msgstr "Deleted one entry from your message queue."
|
||||
|
||||
msgid ""
|
||||
"Deletes the specified memo or memos. You can supply\n"
|
||||
"multiple memo numbers or ranges of numbers instead of a\n"
|
||||
@@ -4782,6 +4835,9 @@ msgstr "Manage the memo ignore list"
|
||||
msgid "Manage your auto join list"
|
||||
msgstr "Manage your auto join list"
|
||||
|
||||
msgid "Manages your pending message queue."
|
||||
msgstr "Manages your pending message queue."
|
||||
|
||||
#, c-format
|
||||
msgid "Manipulate the %s list"
|
||||
msgstr "Manipulate the %s list"
|
||||
@@ -5112,6 +5168,9 @@ msgstr "No logon news items to delete!"
|
||||
msgid "No matches for %s found."
|
||||
msgstr "No matches for %s found."
|
||||
|
||||
msgid "No matching entries in your message queue."
|
||||
msgstr "No matching entries in your message queue."
|
||||
|
||||
#, c-format
|
||||
msgid "No matching entries on %s %s list."
|
||||
msgstr "No matching entries on %s %s list."
|
||||
@@ -5840,6 +5899,9 @@ msgstr "Send a memo to all registered users"
|
||||
msgid "Send a message to all users"
|
||||
msgstr "Send a message to all users"
|
||||
|
||||
msgid "Send a message to all users on a server"
|
||||
msgstr "Send a message to all users on a server"
|
||||
|
||||
msgid "Sender"
|
||||
msgstr "Sender"
|
||||
|
||||
@@ -5913,6 +5975,10 @@ msgstr ""
|
||||
msgid "Server"
|
||||
msgstr "Server"
|
||||
|
||||
#, c-format
|
||||
msgid "Server %s is not linked to the network."
|
||||
msgstr "Server %s is not linked to the network."
|
||||
|
||||
#, c-format
|
||||
msgid "Server %s added to zone %s."
|
||||
msgstr "Server %s added to zone %s."
|
||||
@@ -6486,6 +6552,10 @@ msgstr "Signed kicks"
|
||||
msgid "Sorry, %s currently has too many memos and cannot receive more."
|
||||
msgstr "Sorry, %s currently has too many memos and cannot receive more."
|
||||
|
||||
#, c-format
|
||||
msgid "Sorry, %s is temporarily unavailable."
|
||||
msgstr "Sorry, %s is temporarily unavailable."
|
||||
|
||||
#, c-format
|
||||
msgid "Sorry, I have not seen %s."
|
||||
msgstr "Sorry, I have not seen %s."
|
||||
@@ -8255,6 +8325,9 @@ msgstr "You can not jupe an already juped server."
|
||||
msgid "You can not jupe your services' pseudoserver or your uplink server."
|
||||
msgstr "You can not jupe your services' pseudoserver or your uplink server."
|
||||
|
||||
msgid "You can not queue any more messages."
|
||||
msgstr "You can not queue any more messages."
|
||||
|
||||
#, c-format
|
||||
msgid "You can not reload this module directly, instead reload %s."
|
||||
msgstr "You can not reload this module directly, instead reload %s."
|
||||
@@ -8262,6 +8335,9 @@ msgstr "You can not reload this module directly, instead reload %s."
|
||||
msgid "You can not request a receipt when sending a memo to yourself."
|
||||
msgstr "You can not request a receipt when sending a memo to yourself."
|
||||
|
||||
msgid "You can not send a single message while you have messages queued."
|
||||
msgstr "You can not send a single message while you have messages queued."
|
||||
|
||||
#, c-format
|
||||
msgid "You can't %s yourself!"
|
||||
msgstr "You can't %s yourself!"
|
||||
@@ -8324,6 +8400,12 @@ msgstr "You currently have no memos."
|
||||
msgid "You do not have access to set mode %c."
|
||||
msgstr "You do not have access to set mode %c."
|
||||
|
||||
msgid "You do not have any messages queued and did not specify a message to send."
|
||||
msgstr "You do not have any messages queued and did not specify a message to send."
|
||||
|
||||
msgid "You do not have any queued messages."
|
||||
msgstr "You do not have any queued messages."
|
||||
|
||||
#, c-format
|
||||
msgid "You do not have the access to change %s's modes."
|
||||
msgstr "You do not have the access to change %s's modes."
|
||||
@@ -8376,6 +8458,9 @@ msgstr "You have no limit on the number of memos you may keep."
|
||||
msgid "You have no memos."
|
||||
msgstr "You have no memos."
|
||||
|
||||
msgid "You have no messages queued."
|
||||
msgstr "You have no messages queued."
|
||||
|
||||
msgid "You have no new memos."
|
||||
msgstr "You have no new memos."
|
||||
|
||||
@@ -8554,6 +8639,12 @@ msgstr "Your memo limit is 0; you will not receive any new memos."
|
||||
msgid "Your memo limit is 0; you will not receive any new memos. You cannot change this limit."
|
||||
msgstr "Your memo limit is 0; you will not receive any new memos. You cannot change this limit."
|
||||
|
||||
msgid "Your message has been queued."
|
||||
msgstr "Your message has been queued."
|
||||
|
||||
msgid "Your message queue has been cleared."
|
||||
msgstr "Your message queue has been cleared."
|
||||
|
||||
msgid "Your nick has been logged out."
|
||||
msgstr "Your nick has been logged out."
|
||||
|
||||
@@ -8658,6 +8749,9 @@ msgstr "[channel] {num | list | LAST | NEW | ALL}"
|
||||
msgid "[key|#X-Y]"
|
||||
msgstr "[key|#X-Y]"
|
||||
|
||||
msgid "[message]"
|
||||
msgstr "[message]"
|
||||
|
||||
msgid "[nick | channel]"
|
||||
msgstr "[nick | channel]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user